Skip to content

Commit 701c66f

Browse files
committed
require webpack in webpack config
1 parent dbe5acd commit 701c66f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const CspHtmlWebpackPlugin = require("csp-html-webpack-plugin");
44
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
55
const BundleAnalyzerPlugin = require("webpack-bundle-analyzer")
66
.BundleAnalyzerPlugin;
7+
const webpack = require("webpack");
78

89
module.exports = {
910
target: "web",

0 commit comments

Comments
 (0)