ソースを参照

fix: taro style bug

richard1015 3 年 前
コミット
6aa8e12bd5
1 ファイル変更2 行追加1 行削除
  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"
   ],