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 2f4c01d commit 383e1c4Copy full SHA for 383e1c4
package.json
@@ -30,6 +30,8 @@
30
},
31
"scripts": {
32
"clean": "rimraf dist/ test/**/dist/",
33
+ "babel:prod": "rimraf dist/src-transpiled/production && cross-env NODE_ENV=production babel --out-dir dist/src-transpiled/production --source-maps true src",
34
+ "babel:dev": "rimraf dist/src-transpiled/production && babel --out-dir dist/src-transpiled/development src",
35
"build:prod": "cross-env NODE_ENV=production webpack",
36
"build:dev": "webpack",
37
"test": "jest && npm run build:prod && cross-env MAIN=dist/package/production jest",
0 commit comments