Also remove fs since it's no longer needed

This commit is contained in:
NI
2019-08-17 16:31:19 +08:00
parent 801a5f981c
commit 88684893a4

View File

@@ -17,7 +17,6 @@
const webpack = require("webpack"), const webpack = require("webpack"),
{ exec, spawn } = require("child_process"), { exec, spawn } = require("child_process"),
fs = require("fs"),
path = require("path"), path = require("path"),
HtmlWebpackPlugin = require("html-webpack-plugin"), HtmlWebpackPlugin = require("html-webpack-plugin"),
MiniCssExtractPlugin = require("mini-css-extract-plugin"), MiniCssExtractPlugin = require("mini-css-extract-plugin"),