Spaces:
Sleeping
Sleeping
change dist to build - chatgpt debugging
Browse files- webpack.config.js +1 -1
webpack.config.js
CHANGED
@@ -4,7 +4,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
|
|
4 |
module.exports = {
|
5 |
entry: './src/index.js',
|
6 |
output: {
|
7 |
-
path: path.resolve(__dirname, '
|
8 |
filename: 'bundle.js',
|
9 |
},
|
10 |
module: {
|
|
|
4 |
module.exports = {
|
5 |
entry: './src/index.js',
|
6 |
output: {
|
7 |
+
path: path.resolve(__dirname, 'build'),
|
8 |
filename: 'bundle.js',
|
9 |
},
|
10 |
module: {
|