Skip to content

Commit

Permalink
chore: 添加用于 tree shaking 的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
koppthe committed Jan 30, 2019
1 parent 389e0c8 commit afd5b0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "2.0.0-beta.2",
"description": "UI KIT for Taro",
"main": "dist/index.js",
"main:h5": "dist/h5/index.js",
"sideEffects": false,
"types": "./@types/index.d.ts",
"scripts": {
"dev:weapp": "npm run build:weapp -- --watch",
Expand Down

0 comments on commit afd5b0f

Please sign in to comment.