hoduy99 commited on
Commit
1040e77
·
1 Parent(s): d761868

change dist to build - chatgpt debugging

Browse files
Files changed (1) hide show
  1. 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, 'dist'),
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: {