From 88684893a4037bdc4702eb8538ce562e063723fc Mon Sep 17 00:00:00 2001 From: NI Date: Sat, 17 Aug 2019 16:31:19 +0800 Subject: [PATCH] Also remove fs since it's no longer needed --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 4cfc7f9..eb3e42d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -17,7 +17,6 @@ const webpack = require("webpack"), { exec, spawn } = require("child_process"), - fs = require("fs"), path = require("path"), HtmlWebpackPlugin = require("html-webpack-plugin"), MiniCssExtractPlugin = require("mini-css-extract-plugin"),