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
ignore-list published sources if they have have a sourcemap
This shouldn't affect most users since in those case
these files would be inside node_modules/ and therefore
ignore-listed by default.
The only exception I can think of is setups where
modules are not inside node_modules/ but inside
another folder (Yarn Berry has such on option).
It's mostly targetted at our own testing where the
Next.js installation may be symlinked and therefore
not point into node_modules.
Webpack-bundled code may not be affected due to
https://linear.app/vercel/issue/NDX-464.
0 commit comments