File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
// Vendor
2
+ import json from '@rollup/plugin-json' ;
3
+ import resolve from '@rollup/plugin-node-resolve' ;
2
4
import { ModuleFormat , RollupOptions } from 'rollup' ;
3
- import copy from 'rollup-plugin-copy' ;
4
5
import commonjs from 'rollup-plugin-commonjs' ;
5
- import json from '@ rollup/ plugin-json ' ;
6
+ import copy from 'rollup- plugin-copy ' ;
6
7
import filesize from 'rollup-plugin-filesize' ;
7
- import resolve from '@rollup/plugin-node-resolve' ;
8
8
import sourcemaps from 'rollup-plugin-sourcemaps' ;
9
- import { terser } from 'rollup-plugin-terser' ;
10
9
import typescript from 'rollup-plugin-typescript2' ;
11
10
12
11
const formats : ModuleFormat [ ] = [ 'esm' , 'umd' ] ;
@@ -21,11 +20,6 @@ export default formats.map(
21
20
sourcemap : true ,
22
21
} ,
23
22
plugins : [
24
- terser ( {
25
- format : {
26
- comments : false ,
27
- } ,
28
- } ) ,
29
23
filesize ( ) ,
30
24
typescript (
31
25
[ 'esm' ] . includes ( format )
You can’t perform that action at this time.
0 commit comments