Skip to content
Snippets Groups Projects
Commit 4e49c7b8 authored by Michael Kriese's avatar Michael Kriese Committed by Rhys Arkins
Browse files

fix: disable sourcemaps (#3650)

parent e78fe7cf
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"allowJs": true, "allowJs": true,
"checkJs": false, "checkJs": false,
"module": "commonjs", "module": "commonjs",
"sourceMap": true "sourceMap": false
}, },
"include": ["./lib/**/*"], "include": ["./lib/**/*"],
"exclude": ["node_modules", "./.cache", "./dist"] "exclude": ["node_modules", "./.cache", "./dist"]
......
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