Skip to content

Commit

Permalink
fix: fix hub-initiatives UMD build
Browse files Browse the repository at this point in the history
AFFECTS PACKAGES:
@esri/hub-initiatives

ISSUES CLOSED: #241
  • Loading branch information
drewdaemon committed Apr 30, 2020
1 parent 964febf commit 6a38816
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 34 deletions.
102 changes: 81 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rollup-plugin-filesize": "^4.0.1",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-typescript2": "^0.21.0",
"rollup-plugin-typescript2": "^0.24.0",
"rollup-plugin-uglify": "^3.0.0",
"shelljs": "^0.7.8",
"slug": "^0.9.1",
Expand Down
14 changes: 3 additions & 11 deletions packages/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/initiatives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"scripts": {
"prepare": "npm run build",
"build": "npm run build:node && npm run build:esm",
"build": "npm run build:node && npm run build:umd && npm run build:esm",
"build:esm": "tsc --module es2015 --outDir ./dist/esm --declaration",
"build:umd": "rollup -c ../../umd-base-profile.js && rollup -c ../../umd-production-profile.js",
"build:node": "tsc --module commonjs --outDir ./dist/node",
Expand Down

0 comments on commit 6a38816

Please sign in to comment.