babel should ignore src/browser.js
This commit is contained in:
parent
9a424d559a
commit
fe8e44385e
|
@ -10,7 +10,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"build": "npm run clean && npm run build-babel && npm run build-webpack",
|
||||
"build-babel": "babel --out-dir dist src",
|
||||
"build-babel": "babel --ignore 'src/browser.js' --out-dir dist src",
|
||||
"build-webpack": "npm run webpack",
|
||||
"clean": "rimraf dist embark.min.js",
|
||||
"prepack": "npm run build",
|
||||
|
|
Loading…
Reference in New Issue