aurelia / webpack-plugin

A plugin for webpack that enables bundling Aurelia applications.
MIT License
90 stars 36 forks source link

Feature request: ability to specify multiple dist resolutions #155

Open bigopon opened 5 years ago

bigopon commented 5 years ago

I'm submitting a feature request

At the moment, we can only specify 1 distribution format, but it would be nicer if we can instruct webpack to resolve multiple distributions in order. For example, I'd like to resolve to es2017 then es2015 then native-modules, as async await is broadly available in modern browsers.