Skip to content

Commit

Permalink
👷[build] improve core tree-shaking (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan authored Jun 4, 2020
1 parent 8e6e79e commit 94dc5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "cjs/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "run-p build:cjs build:esm",
"build:cjs": "rm -rf cjs && tsc -p tsconfig.cjs.json",
Expand Down

0 comments on commit 94dc5a4

Please sign in to comment.