fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-30 10:55:43 +02:00
parent fb6207d963
commit d35f32d68f

View File

@ -11,7 +11,7 @@ const pkg = require('./package.json');
export default {
input: `ts_web/index.ts`,
output: {
file: 'dist/bundle.js',
file: 'dist_web/bundle.js',
format: 'es',
sourcemap: true
},