Skip to content
Snippets Groups Projects
Commit 1e63d35b authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Disabling webpack on dev to simplify JS debugging

parent 305a5b40
No related branches found
No related tags found
3 merge requests!1605Merge 2.8.2.3 work to main,!1581catch up with 2.8.2.3,!1574WS-2215 Editor modal scrubbing
......@@ -96,7 +96,7 @@
"with": "src/environments/environment.dev.ts"
}
],
"optimization": true,
"optimization": false,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
......
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