UNPKG

react-datepicker-cn

Version:
22 lines (21 loc) 433 B
module.exports = { entry : "./index.js", output : { path : __dirname, filename : './main.js' }, module : { loaders : [ {test: /\.jsx$/, loader: 'jsx?harmony'}, { test : /\.css/, loader : "style!css" } ] }, externals : { 'react': { root: 'React', commonjs2: 'react', commonjs: 'react', amd: 'react' } } }