Is your feature request related to a problem? Please describe.
The current process uses Rollup with a bunch of plugins directly to package this module. https://github.com/developit/microbundle is a tool that will hopefully manage most of the config complexity for us and remove our reliance on old packages like rollup-plugin-uglify which are the root of some unfixable npm audit issues.
Describe the solution you'd like
Use https://github.com/developit/microbundle
Is your feature request related to a problem? Please describe.
The current process uses Rollup with a bunch of plugins directly to package this module. https://github.com/developit/microbundle is a tool that will hopefully manage most of the config complexity for us and remove our reliance on old packages like
rollup-plugin-uglifywhich are the root of some unfixablenpm auditissues.Describe the solution you'd like
Use https://github.com/developit/microbundle