Skip to content

Commit b05c958

Browse files
authored
fix: 主题文件添加到 sideEffects 中 (#3138)
1 parent ee8cf2a commit b05c958

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@nutui/nutui-react-taro",
3-
"version": "2.7.12",
3+
"version": "2.7.12-patch.0",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/esm/nutui-react.es.js",
77
"typings": "dist/types/index.d.ts",
88
"sideEffects": [
99
"*.scss",
1010
"dist/esm/**/style/*",
11+
"dist/styles/*",
1112
"dist/style.css",
1213
"dist/styles/font/*",
1314
"dist/styles/font-jmapp/*"

0 commit comments

Comments
 (0)