chore: fix develop watch (#2237)

This commit is contained in:
Tony Alves
2019-03-25 10:57:17 -07:00
committed by Shawn Erquhart
parent 7987091196
commit 0b5d6d9c20
32 changed files with 47 additions and 109 deletions

View File

@ -12,8 +12,7 @@
],
"sideEffects": false,
"scripts": {
"watch": "webpack -w",
"develop": "npm run watch",
"develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack",
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore src/**/__tests__/* --root-mode upward"
},