must pack src/ since "browser" field points to src/browser.js

This commit is contained in:
Michael Bradley, Jr 2018-07-06 14:26:49 -05:00
parent ea0524aefc
commit d3e1a7626e
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"browser": "./src/browser.js",
"files": [
"dist",
"embark.min.js"
"embark.min.js",
"src"
],
"scripts": {
"build": "npm run clean && npm run build-babel && npm run build-webpack",