We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8468ae2 commit a78f8aeCopy full SHA for a78f8ae
package.json
@@ -7,11 +7,11 @@
7
"typings": "dist/es/packages/nutui.react.build.d.ts",
8
"sideEffects": [
9
"*.scss",
10
- "dist/es/**/style/*",
11
- "dist/cjs/**/style/*",
12
- "dist/style.css",
13
- "dist/styles/font/*",
14
- "dist/styles/font-jmapp/*"
+ "dist/es/**/style{,-jmapp,-jrkf}/*",
+ "dist/cjs/**/style{,-jmapp,-jrkf}/*",
+ "dist/style{,-jmapp,-jrkf}.css",
+ "dist/styles/**/*",
+ "dist/styles/font{,-jmapp,-jrkf}/*"
15
],
16
"description": "京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序",
17
"keywords": [
0 commit comments