You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a request for an es6 module version of the project.
Generally I'd suggest simple running rollup with the rollup-plugin-commonjs which converts many legacy repos. Alas this does not work here. There is another issue request for CJS format, and if that is done, then rollup-plugin-commonjs would work.
Just to be clear, and I've guided other repos thru the process, the simplest approach is:
Convert to modern es6+ or at least es6 import/export
Use Rollup to convert that to UMD or IIFE formats
In other words, the root design is es6 modules, converting to any other format with Rollup. It Just Works.
The text was updated successfully, but these errors were encountered:
This is a request for an es6 module version of the project.
Generally I'd suggest simple running rollup with the rollup-plugin-commonjs which converts many legacy repos. Alas this does not work here. There is another issue request for CJS format, and if that is done, then rollup-plugin-commonjs would work.
Just to be clear, and I've guided other repos thru the process, the simplest approach is:
In other words, the root design is es6 modules, converting to any other format with Rollup. It Just Works.
The text was updated successfully, but these errors were encountered: