You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i used this swc configuration together with the rollup i noticed some things in my bundle that using the swc cli directly were not happening:
1 - bundle with loose active
2 - decorators with a different spec than the one i need to consume
after merging my configuration with the default ones i end up having these problems, i would like to be using the defaults from the swc itself, considering that the active options here are for "legacy".
are there any reasons why the defaults of this plugin are different from those considered by swc?
Modification Proposal
this plugin is just a plugin that connects swc to rollup, it does not define any property.
if this makes sense, can i open the PR with the changes? should i worry about any specific process?
The text was updated successfully, but these errors were encountered:
Expected Behavior / Situation
assume the default option values that swc provides
Actual Behavior / Situation
given this configurarion:
when i used this swc configuration together with the rollup i noticed some things in my bundle that using the swc cli directly were not happening:
1 - bundle with loose active
2 - decorators with a different spec than the one i need to consume
after merging my configuration with the default ones i end up having these problems, i would like to be using the defaults from the swc itself, considering that the active options here are for "legacy".
are there any reasons why the defaults of this plugin are different from those considered by swc?
Modification Proposal
this plugin is just a plugin that connects swc to rollup, it does not define any property.
if this makes sense, can i open the PR with the changes? should i worry about any specific process?
The text was updated successfully, but these errors were encountered: