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
(!) Plugin commonjs--resolver: It appears a plugin has implemented a "resolveId" hook that uses "this.resolve" without forwarding the third "options" parameter of "resolveId"
#207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
After upgrading from 7.1.2 to 7.1.3 I get the following warning when using rollup:
(!) Plugin commonjs--resolver: It appears a plugin has implemented a "resolveId" hook that uses "this.resolve" without forwarding the third "options" parameter of "resolveId". This is problematic as it can lead to wrong module resolutions especially for the node-resolve plugin and in certain cases cause early exit errors for the commonjs plugin.
In rare cases, this warning can appear if the same file is both imported and required from the same mixed ES/CommonJS module, in which case it can be ignored.
I'm not sure if this is caused by rollup-plugin-svelte itself or a side effect from an other plugin. Any idea how to pinpoint this? Can it be casused by this commit 3be2d58?
The text was updated successfully, but these errors were encountered:
After upgrading from
7.1.2
to7.1.3
I get the following warning when using rollup:I'm not sure if this is caused by
rollup-plugin-svelte
itself or a side effect from an other plugin. Any idea how to pinpoint this? Can it be casused by this commit 3be2d58?The text was updated successfully, but these errors were encountered: