UNPKG

minimongo

Version:

Client-side mongo database with server sync over http

23 lines (22 loc) 416 B
module.exports = { entry: ['webpack-dev-server/client?http://localhost:8081', './test/index.js'], output: { filename: 'bundle.js', path: __dirname }, module: { rules: [ { test: /\.(ts)$/, use: [ { loader: 'ts-loader', options: { transpileOnly: true } } ]} ] }, resolve: { extensions: [".ts", ".js", ".json"] }, externals: { } };