There was an error while loading. Please reload this page.
1 parent 0006ff6 commit d90a32aCopy full SHA for d90a32a
2 files changed
.gitignore
@@ -37,3 +37,6 @@ live_admin-*.tar
37
.DS_Store
38
39
archives/
40
+
41
+# Source maps (generated in dev watch mode)
42
+dist/js/*.map
assets/esbuild.js
@@ -23,7 +23,7 @@ let opts = {
23
}
24
if (mode === 'watch') {
25
opts = {
26
- sourcemap: 'inline',
+ sourcemap: 'external',
27
...opts
28
29
0 commit comments