alienfast / vite-plugin-i18next-loader

Vite plugin to client bundle i18next locales composited from one to many json/yaml files from one to many libraries. Zero config HMR support included.
Other
42 stars 3 forks source link

Add back main workaround for moduleResolution: node #11

Closed rosskevin closed 1 year ago

rosskevin commented 1 year ago

… otherwise types may not be found even when the root has type: module. This is due to not being able to be nodenext yet, so node relies on it.

rosskevin commented 1 year ago

:rocket: PR was released in v2.0.4 :rocket: