Skip to content

Commit 0932dac

Browse files
authored
Merge pull request #19 from pauleramirez/final-build
require webpack in webpack config
2 parents 4180a68 + 701c66f commit 0932dac

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)