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 use the plugin on our app, and everything seems to be working, except for our exclusion of dynamic imported locale files.
For that, we were using ContextReplacementPlugin to only include specific local files from intl-related dependencies. But that plugin does not seem to be compatible with BabelMultiTargetPlugin, as all locale files are now outputted as chunks.
If that's not supposed to happen, do you have any insight at what I might be missing here?
Hello!
I'm trying to use the plugin on our app, and everything seems to be working, except for our exclusion of dynamic imported locale files.
For that, we were using
ContextReplacementPlugin
to only include specific local files from intl-related dependencies. But that plugin does not seem to be compatible withBabelMultiTargetPlugin
, as all locale files are now outputted as chunks.If that's not supposed to happen, do you have any insight at what I might be missing here?
The text was updated successfully, but these errors were encountered: