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
I wrote my rollup config in module format (hence used rollup.config.mjs as the file name). This works perfectly fine for rollup however when using nollup it complaints about the first import already import commonjs from '@rollup/plugin-commonjs'; and shows on console Invalid URL: @rollup/plugin-commonjs.
The text was updated successfully, but these errors were encountered:
I wrote my rollup config in module format (hence used
rollup.config.mjs
as the file name). This works perfectly fine for rollup however when using nollup it complaints about the first import alreadyimport commonjs from '@rollup/plugin-commonjs';
and shows on consoleInvalid URL: @rollup/plugin-commonjs
.The text was updated successfully, but these errors were encountered: