new webpack
[arvados.git] / services / boot / webpack.config.js
1 module.exports = {
2     entry: {
3         js: './js',
4     },
5     output: {
6         path: 'bindata.tmp',
7         filename: 'bindata.tmp/[name].js',
8     },
9 };