Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable strictExportPresence when webpack 5 is enabled
Solves an issue some users ran into where enabling webpack 5 highlighted a wrong JSON import where named exports were used for JSON data. > Should not import the named export 'myValue' (imported as 'myValue') from default-exporting module (only default export is available soon)
- Loading branch information