Closed
Description
Unfortunately adding the modules
property to package.json in #234 brought #221 back. We're using webpack 3.10.0
This is especially painful when trying to use both Node.js for server side rendering and the browser.
I fixed this by adding mainFields: ['browser', 'main']
to our webpack config though that's obviously not optimal.
Metadata
Metadata
Assignees
Labels
No labels