UNPKG
react-checkbox
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
React Checkbox
github.com/radubrehar/react-checkbox
radubrehar/react-checkbox
react-checkbox
/
webpack.config.js
15 lines
•
294 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.exports = { entry:
'./index.jsx'
,
output
: { publicPath:
'http://localhost:9090/assets'
},
module
: {
loaders
:
require
(
'./loaders.config'
) }, externals: {
'react'
:
'React'
}, resolve: { extensions: [
''
,
'.js'
,
'.jsx'
] } }