Skip to content

Commit fa53318

Browse files
committed
Make sure --copy-files flag is retained after Reactium update.
1 parent 9989ee4 commit fa53318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.core/reactium-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ module.exports = {
220220
'build:babel-reactium_modules':
221221
'cross-env NODE_ENV=production babel reactium_modules --out-dir build/reactium_modules',
222222
'build:babel-src':
223-
'cross-env NODE_ENV=production babel src --out-dir build/src',
223+
'cross-env NODE_ENV=production babel src --out-dir build/src --copy-files',
224224
static: 'npm-run-all build:* && gulp static',
225225
local: 'gulp local',
226226
},

0 commit comments

Comments
 (0)