mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
fix: env for dev build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const BaseConfig = require('./webpack/BaseConfig.cjs');
|
||||
|
||||
module.exports = {
|
||||
...BaseConfig(),
|
||||
...BaseConfig({ env: 'dev' }),
|
||||
optimization: {
|
||||
minimize: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user