We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9989ee4 commit fa53318Copy full SHA for fa53318
.core/reactium-config.js
@@ -220,7 +220,7 @@ module.exports = {
220
'build:babel-reactium_modules':
221
'cross-env NODE_ENV=production babel reactium_modules --out-dir build/reactium_modules',
222
'build:babel-src':
223
- 'cross-env NODE_ENV=production babel src --out-dir build/src',
+ 'cross-env NODE_ENV=production babel src --out-dir build/src --copy-files',
224
static: 'npm-run-all build:* && gulp static',
225
local: 'gulp local',
226
},
0 commit comments