UNPKG

computed-async-mobx

Version:

Define a computed by returning a Promise

21 lines (19 loc) 379 B
var webpack = require('webpack'); module.exports = { entry: './index.tsx', output: { filename: 'bundle.js', path: __dirname + '/built' }, devtool: 'source-map', resolve: { extensions: ['.webpack.js', '.web.js', '.ts', '.tsx', '.js'] }, module: { loaders: [ { test: /\.tsx?$/, loader: 'ts-loader' } ] }, plugins: [], externals: {} }