Skip to content

Commit

Permalink
fix js build
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvlasov committed Dec 21, 2015
1 parent b161f42 commit 5f81b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluecore-classnames",
"version": "0.1.0",
"version": "0.1.1",
"description": "Automatic class builder for React components",
"keywords": [
"react",
Expand Down
4 changes: 4 additions & 0 deletions webpack.config.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ module.exports =
output:
path: path.resolve './dist'
filename: 'index.js'
libraryTarget: 'commonjs2'

externals:
'react': 'react'

module:
loaders: [
Expand Down

0 comments on commit 5f81b11

Please sign in to comment.