File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4040 "rollup" : " ^0.58.2" ,
4141 "rollup-plugin-commonjs" : " ^9.1.3" ,
4242 "rollup-plugin-license" : " ^0.6.0" ,
43+ "rollup-plugin-node-builtins" : " ^2.1.2" ,
4344 "rollup-plugin-node-resolve" : " ^3.3.0" ,
4445 "rollup-plugin-npm" : " ^2.0.0" ,
4546 "rollup-plugin-typescript2" : " ^0.13.0" ,
Original file line number Diff line number Diff line change 1+ import builtins from 'rollup-plugin-node-builtins' ;
12import commonjs from 'rollup-plugin-commonjs' ;
23import uglify from 'rollup-plugin-uglify' ;
34import resolve from 'rollup-plugin-node-resolve' ;
@@ -17,6 +18,7 @@ const bundleConfig = {
1718 } ,
1819 context : 'window' ,
1920 plugins : [
21+ builtins ( ) ,
2022 typescript ( {
2123 tsconfig : 'tsconfig.build.json' ,
2224 tsconfigOverride : { compilerOptions : { declaration : false } } ,
You can’t perform that action at this time.
0 commit comments