You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: Internal file import paths have changed. It should be seamless but could
potentially cause issues with older bundlers like Webpack 4. Also the deploy target has been set to
Node 18.
re #944
I made some updates and released a new version 2.0.0. The main change is an updated package output format to work with the new TS module resolution modes. I also confirmed it via "Are The Types Wrong":
I hope you can give it a try when you have a chance. If you still have issues could you please share your tsconfig module and moduleResolution values to help me reproduce the issue. Thanks!
When someone's using your module as ESM module (*.mjs), the typings are not configured properly, resulting in warnings like this:
I think it can be fixed by configuring the typings specificaly for import/require, like this: https://github.com/gxmari007/vite-plugin-eslint/pull/60/files
The text was updated successfully, but these errors were encountered: