Skip to content

Sourcemaps not working status code 404 #1269

Closed Answered by dschulten
dschulten asked this question in Q&A
Discussion options

You must be logged in to vote

Sourcemaps for debugging with esbuild must be enabled using sourcemap: 'inline' as shown below. The option prettySourceMap is for a different purpose.

on(
    "file:preprocessor",
    createBundler({
      sourcemap: 'inline',
      plugins: [createEsbuildPlugin(config)],
    }),
  );

see #1271

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dschulten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant