Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: π mjs causing an elusive bug in webpack module resolution
Changed i18n.mjs to i18n.esm.js to prevent webpack to only accept .mjs imports inside the library. Webpack was importing the cjs version of Intl-Formatmessage and messing things up. Issues: #36
- Loading branch information