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
See ionic-team/rollup-plugin-node-polyfills#6 (comment) for explanation. The actual bug in this plugin will be fixed soon, but your code will still be broken unless you make sure rollup-plugin-node-polyfills is placed AFTER @rollup/plugin-commonjs in your plugins array.
Original here
How Do We Reproduce?
module.exports
.Import from 'library'
transformMixedEsModules: true
.https://repl.it/repls/StainedOrchidUserinterface
Expected Behavior
If I understand well, the
transformMixedEsModules
should first patch the default export and then pass it tosyntheticNamedExports
Actual Behavior
transformMixedEsModules: true in commonjs() config:
The text was updated successfully, but these errors were encountered: