fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-30 08:42:55 +02:00
parent 7256e3d0e3
commit d6ad2797cb

View File

@ -7,9 +7,9 @@ import json from 'rollup-plugin-json'
const pkg = require('./package.json')
export default {
input: `src/index.ts`,
input: `ts_web/index.ts`,
output: {
file: 'ts/index.ts',
file: 'dist/bundle.js',
format: 'es',
sourcemap: true
},