mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: env for dev build
This commit is contained in:
parent
3092300a01
commit
46a0f714d1
@ -1,7 +1,7 @@
|
||||
const BaseConfig = require('./webpack/BaseConfig.cjs');
|
||||
|
||||
module.exports = {
|
||||
...BaseConfig(),
|
||||
...BaseConfig({ env: 'dev' }),
|
||||
optimization: {
|
||||
minimize: false
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user