Skip to content

Commit

Permalink
馃悰 fix: config (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: jiangchu <jiangchu.wzy@antgroup.com>
  • Loading branch information
ModestFun and jiangchu committed Dec 6, 2023
1 parent 7d99927 commit 226a7fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -18,7 +18,9 @@
},
"license": "MIT",
"author": "arvinxx(arvinx@foxmail.com)",
"sideEffects": false,
"sideEffects": [
"**/*.less"
],
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down

0 comments on commit 226a7fe

Please sign in to comment.