julian-schneider
julian-schneider
This plugin currently does not support dynamic import statements comprised of string concatenation instead of template strings. As an example for this requirement, I currently need to bundle Elastic UI...
Addresses #8. Draft PR with hacky code that transforms any line containing `import(...)` to a template string as a preprocessing step, but without checking the original content. If the original...
For every `.js` file in the import destination directory, this code adds a copy of the key that omits the file extension, and which will point to the same module...
Since the `.js` file extension is frequently omitted in import statements, it would be nice if this plugin supported this. As an example for this requirement, I currently need to...
**What this PR does / why we need it**: The PR adds a method that exposes the full list of available exporters (display- and format names). This is especially useful...