UNPKG

minimongo-sync

Version:

Client-side mongo database with server sync over http

18 lines (17 loc) 341 B
module.exports = { entry: ['webpack-dev-server/client?http://localhost:8081', './test/index.js'], output: { filename: 'bundle.js', path: __dirname }, module: { loaders: [ { test: /\.coffee$/, loader: ["coffee-loader"] } ] }, resolve: { extensions: [".coffee", ".js", ".json"] }, externals: { } };