parent
075d29acea
commit
e29c3db5f0
|
@ -22,6 +22,7 @@ module.exports = {
|
||||||
assetsDir: 'static',
|
assetsDir: 'static',
|
||||||
lintOnSave: process.env.NODE_ENV !== 'production',
|
lintOnSave: process.env.NODE_ENV !== 'production',
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
|
parallel: require('os').cpus().length > 1,
|
||||||
devServer: {
|
devServer: {
|
||||||
port: port,
|
port: port,
|
||||||
open: true,
|
open: true,
|
||||||
|
|
Loading…
Reference in New Issue