Skip to content

Commit e1ae428

Browse files
author
Pooya Parsa
committed
Add missing args in production preset
1 parent b6d3ff4 commit e1ae428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const defaultConfig = {
2525
args: ['--hot', '--inline']
2626
},
2727
production: {
28-
env: 'production'
28+
env: 'production',
29+
args: []
2930
}
3031
}
3132
};

0 commit comments

Comments
 (0)