Skip to content

Commit b6421ee

Browse files
authored
Merge pull request #24 from AlecRust/js-bundling
Add support for JS bundling
2 parents 3858316 + 3dbf2aa commit b6421ee

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)