Skip to content

Commit 488b3dc

Browse files
committed
Add styleModule
1 parent fc0733f commit 488b3dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

css/style.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import './widget.css';

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"main": "lib/index.js",
2626
"style": "css/widget.css",
27+
"styleModule": "css/style.js",
2728
"types": "./lib/index.d.ts",
2829
"sideEffects": [
2930
"css/*.css"

0 commit comments

Comments
 (0)