fix(core): update
This commit is contained in:
parent
15c274be9e
commit
2dbc1bd1e1
@ -1,15 +1,15 @@
|
||||
import * as rollup from 'rollup';
|
||||
import rollupResolve from 'rollup-plugin-node-resolve';
|
||||
import rollupBabel from 'rollup-plugin-babel';
|
||||
import rollupCommonjs from 'rollup-plugin-commonjs';
|
||||
import rollupResolve from 'rollup-plugin-node-resolve';
|
||||
import rollupSourceMaps from 'rollup-plugin-sourcemaps';
|
||||
import rollupTypescript from 'rollup-plugin-typescript2';
|
||||
import rollupBabel from 'rollup-plugin-babel';
|
||||
|
||||
export {
|
||||
rollup,
|
||||
rollupResolve,
|
||||
rollupBabel,
|
||||
rollupCommonjs,
|
||||
rollupResolve,
|
||||
rollupSourceMaps,
|
||||
rollupTypescript,
|
||||
rollupBabel
|
||||
};
|
1
ts/tsbundle.rollup.prepend.ts
Normal file
1
ts/tsbundle.rollup.prepend.ts
Normal file
@ -0,0 +1 @@
|
||||
import * as plugins from './tsbundle.plugins';
|
Loading…
Reference in New Issue
Block a user