We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b161f42 commit 5f81b11Copy full SHA for 5f81b11
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bluecore-classnames",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Automatic class builder for React components",
5
"keywords": [
6
"react",
webpack.config.coffee
@@ -8,6 +8,10 @@ module.exports =
8
output:
9
path: path.resolve './dist'
10
filename: 'index.js'
11
+ libraryTarget: 'commonjs2'
12
+
13
+ externals:
14
+ 'react': 'react'
15
16
module:
17
loaders: [
0 commit comments