Fixed config
This commit is contained in:
parent
70fc08523e
commit
197a5f25c8
@ -5,7 +5,7 @@ module.exports = {
|
||||
entry: './index.js',
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
filename: 'main.js',
|
||||
filename: 'index.js',
|
||||
clean: true,
|
||||
},
|
||||
// devServer: {
|
||||
|
Loading…
Reference in New Issue
Block a user