chore: disable sourcemaps

This commit is contained in:
Andrei O 2024-01-24 02:48:42 +02:00
parent 5dabddc28e
commit 78c98dd54b
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"skipLibCheck": true, "skipLibCheck": true,
"esModuleInterop": true, "esModuleInterop": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"sourceMap": true, "sourceMap": false,
"baseUrl": ".", "baseUrl": ".",
"types": [ "types": [
"chrome", "chrome",

View File

@ -30,7 +30,7 @@ export default defineConfig({
['eval-sandbox']: 'eval-sandbox.html', ['eval-sandbox']: 'eval-sandbox.html',
}, },
}, },
sourcemap: true, sourcemap: false,
chunkSizeWarningLimit: 1000, chunkSizeWarningLimit: 1000,
commonjsOptions: { commonjsOptions: {
transformMixedEsModules: true transformMixedEsModules: true