UNPKG

mobx--awesome-connect

Version:

Not official React bindings for mobX, but performant and flexible

20 lines (18 loc) 351 B
var path = require('path'); module.exports = { devtool: 'eval', entry: './src/index', output: { path: path.join(__dirname, 'dist'), filename: 'bundle.js', publicPath: '/static/', }, module: { loaders: [{ test: /\.js$/, loaders: ['babel'], exclude: /node_modules/, include: __dirname, }], }, };