Skip to content

Commit

Permalink
fix: 移除package.json的sideEffects修复,打包忽略样式文件的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Nov 5, 2021
1 parent 2f47ddc commit 099712d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react-vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
"typings": "./es/index.d.ts",
"unpkg": "./lib/react-vant.min.js",
"jsdelivr": "./lib/react-vant.min.js",
"sideEffects": [
"*.css",
"*.less",
"./es/index.js",
"./src/index.ts"
],
"files": [
"lib",
"es"
Expand Down

0 comments on commit 099712d

Please sign in to comment.