systemjs / babel-plugin-transform-global-system-wrapper

Converts global scripts into named System.registerDynamic('name', [], ...
MIT License
4 stars 4 forks source link

Docs: Example of converting jQuery 3.x to System.register format #2

Open ryan-blunden opened 6 years ago

ryan-blunden commented 6 years ago

I have tried unsuccessfully to convert jQuery 3.2.1 into a System.register compliant script using the .babelrc and the CLI but to no avail.

I would be so grateful if an example could be added to the docs, as I want to use the SystemJS production script but I currently am limited to the development version unless I can convert jQuery to support System.register.