Skip to content

Commit

Permalink
fix: dumi css lose
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchenrui0717 committed Sep 5, 2024
1 parent ae51b7a commit 415c0cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.1",
"description": "A react library developed with dumi",
"license": "MIT",
"sideEffects": [
"./src/**/*.less"
],
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"jsx": "react-jsx",
"esModuleInterop": true,
"strict": true,
"declaration": true,
"skipLibCheck": true,
"stripInternal": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"declaration": true,
"esModuleInterop": true,
"jsx": "react",
"baseUrl": "./",
"paths": {
Expand Down

0 comments on commit 415c0cd

Please sign in to comment.