UNPKG

react-widgets

Version:

An à la carte set of polished, extensible, and accessible inputs built for React

31 lines (23 loc) 513 B
var path = require('path') , makeConfig = require('./make-config'); module.exports = makeConfig({ hot: false, production: false, devtool: 'source-map', entry: path.join(__dirname, '../dev/dev.jsx'), loaders: [ { test: /globalize/, loader: 'imports?define=>false' }, { test: /cldr-data.+\.js$/, loader: 'imports?define=>false' } ], output: { filename: 'bundle.js', path: __dirname, publicPath: '/dev' } })