Skip to content

Commit

Permalink
Merge pull request #24 from AlecRust/js-bundling
Browse files Browse the repository at this point in the history
Add support for JS bundling
  • Loading branch information
simonsmith authored Oct 27, 2017
2 parents 3858316 + 3dbf2aa commit b6421ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require('./lib/button.css');
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"author": "Nicolas Gallagher",
"files": [
"index.css",
"index.js",
"lib"
],
"style": "index.css",
Expand Down

0 comments on commit b6421ee

Please sign in to comment.