Browse Source

fix: taro style bug

richard1015 3 years ago
parent
commit
6aa8e12bd5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      publish/nutui-taro/package.json

+ 2 - 1
publish/nutui-taro/package.json

@@ -7,7 +7,8 @@
   "style": "dist/style.css",
   "typings": "dist/types/index.d.ts",
   "sideEffects": [
-    "dist/packages/_es/*",
+    "dist/packages/**/*",
+    "dist/packages/locale/lang/*",
     "dist/styles/**",
     "dist/style.css"
   ],