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 72ac79c commit 44908fbCopy full SHA for 44908fb
webpack.common.js
@@ -2,7 +2,7 @@ const path = require('path');
2
const HtmlWebPackPlugin = require('html-webpack-plugin');
3
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
4
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
5
-const path = require('path');
+
6
const devMode = process.env.NODE_ENV !== 'production';
7
const htmlWebpackPlugin = new HtmlWebPackPlugin({
8
template: './src/index.html',
0 commit comments