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 believe Webpack 5 has an undocumented feature where it supports conditional exports inside the array, is this worth implementing or should it just be ignored since it's not official?
According to Node.js documentations, you are able to use arrays of files to use as entrypoint, sort of as a fallback mechanism.
Expected Behavior
The plugin is able to parse the array of entries
Actual Behavior
The array is being ignored
Additional Information
I believe Webpack 5 has an undocumented feature where it supports conditional exports inside the array, is this worth implementing or should it just be ignored since it's not official?
Example of packages using it is: escalade and is-core-module
The text was updated successfully, but these errors were encountered: