chore: remove esm source maps (#2269)

This commit is contained in:
Tony Alves
2019-04-04 12:23:38 -07:00
committed by Shawn Erquhart
parent d082b97a41
commit 7d7c846356
28 changed files with 28 additions and 28 deletions

View File

@ -14,7 +14,7 @@
"scripts": {
"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 **/__tests__ --root-mode upward -s"
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore **/__tests__ --root-mode upward"
},
"dependencies": {
"js-sha256": "^0.9.0",