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.
2 parents 4180a68 + 701c66f commit 0932dacCopy full SHA for 0932dac
webpack.config.js
@@ -4,6 +4,7 @@ const CspHtmlWebpackPlugin = require("csp-html-webpack-plugin");
4
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
5
const BundleAnalyzerPlugin = require("webpack-bundle-analyzer")
6
.BundleAnalyzerPlugin;
7
+const webpack = require("webpack");
8
9
module.exports = {
10
target: "web",
0 commit comments