aurelia / bundler

A library for bundling JavaScript, HTML and CSS for use with SystemJS.
MIT License
37 stars 25 forks source link

Bundler collapses multiple SystemJS.config({...}) calls into a single call #156

Closed AdamWillden closed 4 years ago

AdamWillden commented 7 years ago

I'm submitting a feature request as a follow on from #153

Please tell us about your environment:

Current behavior: Multiple calls in a jspm config are merged into a single call once bundled as per the discussion in #153

If I run gulp bundle (which makes it a single config call), followed by gulp unbundle (which retains the single config call), running jspm install some-package reverts the file to having two calls again. Which means the file is never consistent through development.

Expected/desired behavior:

It would be much nicer if the bundles section were simply added to one of the existing config calls rather than it rewriting the entire file with a new single config call.

EisenbergEffect commented 4 years ago

Closing this issue. The aurelia-bundler library has been superseded by the aurelia-cli.