Skip to content
Snippets Groups Projects
Unverified Commit 667630d5 authored by Filip Hric's avatar Filip Hric Committed by GitHub
Browse files

Add sourcemap option to Cypress preprocessor (#38251)

parent 636258a7
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,10 @@ const defaultConfig = {
on(
"file:preprocessor",
createBundler({ plugins: [NodeModulesPolyfillPlugin()] }),
createBundler({
plugins: [NodeModulesPolyfillPlugin()],
sourcemap: "inline",
}),
);
/********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment