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
{{ message }}
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
Hey there. Just realize that when you have Jest and need babel config, so the plugin-build-web output is CJS too.
Some ideas how to handle that? I bet it would be tricky, because in reality we may want and need our config so we can configure browsers and other stuff. So we can't just ignore the babel config existence for the build-web plugin.
Maybe per plugin config, or option like ignoreLocalBabelConfig or such. Which will ignore the existence of it, but will use the default builtin one inside the build-web plugin.
The text was updated successfully, but these errors were encountered:
Hey there. Just realize that when you have Jest and need babel config, so the plugin-build-web output is CJS too.
Some ideas how to handle that? I bet it would be tricky, because in reality we may want and need our config so we can configure browsers and other stuff. So we can't just ignore the babel config existence for the build-web plugin.
Maybe per plugin config, or option like
ignoreLocalBabelConfig
or such. Which will ignore the existence of it, but will use the default builtin one inside thebuild-web
plugin.The text was updated successfully, but these errors were encountered: