fix(core): update
This commit is contained in:
parent
7256e3d0e3
commit
d6ad2797cb
@ -7,9 +7,9 @@ import json from 'rollup-plugin-json'
|
|||||||
const pkg = require('./package.json')
|
const pkg = require('./package.json')
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
input: `src/index.ts`,
|
input: `ts_web/index.ts`,
|
||||||
output: {
|
output: {
|
||||||
file: 'ts/index.ts',
|
file: 'dist/bundle.js',
|
||||||
format: 'es',
|
format: 'es',
|
||||||
sourcemap: true
|
sourcemap: true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user