We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f4fb6 commit 9e02295Copy full SHA for 9e02295
webpack.config.js
@@ -1,6 +1,6 @@
1
const path = require("path");
2
const Webpack = require("webpack");
3
-const CleanWebpackPlugin = require("clean-webpack-plugin");
+const { CleanWebpackPlugin } = require("clean-webpack-plugin");
4
const TerserPlugin = require("terser-webpack-plugin");
5
const HtmlWebpackPlugin = require("html-webpack-plugin");
6
const ResourceHintWebpackPlugin = require("resource-hints-webpack-plugin");
0 commit comments