Closed SamMorrowDrums closed 2 years ago
My apologies for not getting back to you, I'm closing but feel free to re-open in case you need it.
@diegoddox no problem for me any longer. I'm not currently using it, however it might well be worth ensuring that things are exported correctly for Webpack 5 and native ES Modules, as I expect this will be a more popular use-case now than when I first tried.
My setup is with WebPack 5 and ES Modules.
When doing the following as per usual I now get a failure:
The cause it is that there is an object of various exports being imported, so I have had to do:
This issue only occurred when upgrading WebPack. I assume it's in part to do with changes to module resolution, but thought this might at least help others who have the same issue: