mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2024-11-26 11:41:33 +00:00
chore: disable sourcemaps
This commit is contained in:
parent
5dabddc28e
commit
78c98dd54b
@ -9,7 +9,7 @@
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"sourceMap": true,
|
||||
"sourceMap": false,
|
||||
"baseUrl": ".",
|
||||
"types": [
|
||||
"chrome",
|
||||
|
@ -30,7 +30,7 @@ export default defineConfig({
|
||||
['eval-sandbox']: 'eval-sandbox.html',
|
||||
},
|
||||
},
|
||||
sourcemap: true,
|
||||
sourcemap: false,
|
||||
chunkSizeWarningLimit: 1000,
|
||||
commonjsOptions: {
|
||||
transformMixedEsModules: true
|
||||
|
Loading…
Reference in New Issue
Block a user