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 6f7a2b8 commit 9317738Copy full SHA for 9317738
package.json
@@ -10,7 +10,7 @@
10
"build:gulp": "cross-env NODE_ENV=production gulp",
11
"build:babel-core": "cross-env NODE_ENV=production babel .core --out-dir build/.core",
12
"build:babel-reactium_modules": "cross-env NODE_ENV=production babel reactium_modules --out-dir build/reactium_modules",
13
- "build:babel-src": "cross-env NODE_ENV=production babel src --out-dir build/src",
+ "build:babel-src": "cross-env NODE_ENV=production babel src --out-dir build/src --copy-files",
14
"heroku-prebuild": "npx -p @atomic-reactor/cli arcli install",
15
"static": "npm-run-all build:* && gulp static",
16
"local": "gulp local",
0 commit comments