chore: webpack env optimization

This commit is contained in:
Nishchit Dhanani
2023-08-02 16:48:40 +05:30
parent 7e712f308a
commit fb24a44967
3 changed files with 13 additions and 8 deletions

View File

@@ -13,6 +13,9 @@ module.exports = merge(base, {
mode: 'development',
devtool: 'cheap-module-source-map',
output: { clean: true },
optimization: {
nodeEnv: 'development'
},
devServer: {
//server: 'https',
static: path.join(__dirname, './build/development'),