Skip to content

Commit 3dbf2aa

Browse files
committed
Add support for JS bundling
1 parent 3858316 commit 3dbf2aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require('./lib/button.css');

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"author": "Nicolas Gallagher",
1616
"files": [
1717
"index.css",
18+
"index.js",
1819
"lib"
1920
],
2021
"style": "index.css",

0 commit comments

Comments
 (0)