babel-plugin-system-import-transformer icon indicating copy to clipboard operation
babel-plugin-system-import-transformer copied to clipboard

import() & System.import() to UMD pattern transformer plugin for Babel

Results 6 babel-plugin-system-import-transformer issues
Sort by recently updated
recently updated
newest added

Bumps [diff](https://github.com/kpdecker/jsdiff) from 2.2.3 to 4.0.1. Changelog *Sourced from [diff's changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md).* > ## v4.0.1 - January 6th, 2019 > - Fix main reference path - b826104 > > [Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.0...v4.0.1) >...

dependencies

This works great when on the client but I noticed on the server it adds more load time when requiring large components that have many children (nested components / libs)....

As raised in #19, the filenameRelative of the crntFile.opts was being overridden rather than copied over.

If the [moduleIds](https://babeljs.io/docs/options#amd--umd--systemjs-module-options) babel configuration is configured, then the wrong file-level module name will be used whenever a dynamic import is transformed using this plugin. For example, the following: ```...