mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
build: support serve for development mode (#688)
This commit is contained in:
@@ -120,6 +120,6 @@ if (!process.env.DEFAULTS) {
|
||||
module.exports = cfg({
|
||||
srcDir: path.resolve(__dirname, '../web'),
|
||||
distDir: path.resolve(__dirname, '../dist'),
|
||||
dev: false,
|
||||
dev: process.env.NODE_ENV !== 'production',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user