Switch to production mode since its kinda stable now and also development makes the source eval'd garbage
This commit is contained in:
parent
c7e354023c
commit
b9cd8b763a
1 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ module.exports = {
|
||||||
filename: 'main.js',
|
filename: 'main.js',
|
||||||
path: path.resolve(__dirname, 'dist'),
|
path: path.resolve(__dirname, 'dist'),
|
||||||
},
|
},
|
||||||
mode: "development"
|
mode: "production"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue