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
Are you trying to transpile a local package or an npm package? @dimjs/utils
Describe the bug
how it can support sourcemap for third party libarary installed node_modules
i tried install thrid party libarary in node-modules in next app, import function from node_modules it seems it could not load source map file in chrome, e.g. i. have module file is-null.js & is-null.js.map the is-null.js.map indicates the source ts file.
but it can not display is-null.ts in chrome sources panel. is there missed some configuratins?
Are you trying to transpile a local package or an npm package?
@dimjs/utils
Describe the bug
how it can support sourcemap for third party libarary installed node_modules
i tried install thrid party libarary in node-modules in next app, import function from node_modules it seems it could not load source map file in chrome, e.g. i. have module file is-null.js & is-null.js.map the is-null.js.map indicates the source ts file.
but it can not display is-null.ts in chrome sources panel. is there missed some configuratins?
To Reproduce
see vercel/next.js#34026
Expected behavior
see vercel/next.js#34026
Setup
next-transpile-modules
version: latestnpm
/yarn
version: npm 8Additional context
next 12
The text was updated successfully, but these errors were encountered: