Also remove fs since it's no longer needed
This commit is contained in:
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user