examples icon indicating copy to clipboard operation
examples copied to clipboard

Code-splitting bundle.js

Open anonimusprogramus opened this issue 6 years ago • 0 comments

Current Rollup example works well, outputting one file bundle.js with iife format.

But when the size of bundle.js grows bigger, perhaps we need advanced Rollup (or Webpack/Parcel) configuration which enables minify, code-split, dynamic imports, etc.

It would be a great help if this enhancement can be applied on current v4 examples.

Thanks.

anonimusprogramus avatar Jun 18 '19 08:06 anonimusprogramus