Skip to content

Commit

Permalink
List CSS file in package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed May 31, 2022
1 parent 9637cba commit 11d8596
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./style/menu.css": "./style/menu.css"
},
"sideEffects": false,
"style": "style/menu.css",
Expand Down

0 comments on commit 11d8596

Please sign in to comment.