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
I'm trying to replace imports using "@swc/plugin-transform-imports": "^1.5.67",
The thing is that the flag skipDefaultConversion does not work in my case. The plugin transforms all imports to 'defaults'. I tried to remove this flag at all, trying to get the default setting, but still facing the same issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I'm trying to replace imports using
"@swc/plugin-transform-imports": "^1.5.67"
,The thing is that the flag
skipDefaultConversion
does not work in my case. The plugin transforms all imports to 'defaults'. I tried to remove this flag at all, trying to get the default setting, but still facing the same issue.My config:
I'm curious if I'm missing something. Would appreciate any assistance.
Beta Was this translation helpful? Give feedback.
All reactions