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
(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
filedirname (imported by src/global.ts)
...
(!) Plugin node-resolve: Could not resolve import "filedirname" in /xxx/src/global.ts using exports defined in /xxx/node_modules/.pnpm/[email protected]/node_modules/filedirname/package.json.
Is this still an issue? If it is you can probably either change your import to a specific edition, or make a plugin for rollup to support https://editions.bevry.me
That said, this isn't for web browsers, which is typically what rollup is for. What environment are you targeting?
I get the following error with rollup:
My
rollup.config.js
:Note: I tried different orderings in
plugins
: All result in the same errorThe text was updated successfully, but these errors were encountered: