Skip to content

Commit 44908fb

Browse files
committed
Removed path
1 parent 72ac79c commit 44908fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22
const HtmlWebPackPlugin = require('html-webpack-plugin');
33
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
44
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
5-
const path = require('path');
5+
66
const devMode = process.env.NODE_ENV !== 'production';
77
const htmlWebpackPlugin = new HtmlWebPackPlugin({
88
template: './src/index.html',

0 commit comments

Comments
 (0)