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 https://github.com/vercel/next.js/issues/34026
Expected behavior see https://github.com/vercel/next.js/issues/34026
Setup
next-transpile-modules
version: latestnpm
/yarn
version: npm 8Additional context next 12