feat(legacy): support iife output and merge polyfills with code#7027
feat(legacy): support iife output and merge polyfills with code#7027marco-prontera wants to merge 14 commits intovitejs:mainfrom
Conversation
|
Hi @aleclarson, I wanted to ask you if it was possible to verify this PR, please. Hope for a review soon, sorry for the disturb, and thanks in advance 😉 |
|
Hi @marco-prontera, just wanted to let you know that we've put this PR in the team discussion board. We'll try to get to it soon. Sorry for the long wait! |
|
Hi @bluwy any news? 😃 |
|
Sorry we've been busy with the Vite 3 release. Hoping we can finally take a look at this in the next team meeting 😬 |
a25f9bd to
2867323
Compare
16a5c84 to
d0cd034
Compare
|
This was discussed in the last meeting. However we decided to not go ahead with this as we prefer to maintain the systemjs only version instead. If you'd like to use this feature, you can fork the plugin and publish it separately. Closing this for now. |
|
This was discussed in the last meeting. However we decided to not go ahead with this as we prefer to maintain the systemjs only version instead. If you'd like to use this feature, you can fork the plugin and publish it separately. Closing this for now. |
I understand, thanks |
Description
fixes #7026
The goal of this PR is to enhance the legacy of the plugin by adding two parameters to allow users of this plugin to choose between SystemJS or IIFE to generate the legacy version of the bundled code and a parameter to merge the polyfills to the application code.
Additional context
Closes #7026
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123).