babel should ignore src/browser.js

This commit is contained in:
Michael Bradley, Jr 2018-07-06 12:54:29 -05:00
parent 9a424d559a
commit fe8e44385e
1 changed files with 1 additions and 1 deletions

View File

@ -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",