mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2024-12-03 23:42:42 +00:00
chore: disable sourcemaps
This commit is contained in:
parent
5dabddc28e
commit
78c98dd54b
@ -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",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user