mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-07 04:19:45 +00:00
chore: webpack env optimization
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user