Browse Source

Stop source map generation

This isn't doing anything for us currently, and I suspect is also the source of
this error when trying to run a binary built using `yarn build:quick`

> DevTools failed to load source map: Could not load content for next://app/preload.js.map:
  Unexpected token '<', "<!DOCTYPE "... is not valid JSON

Note that the renderer process already has source maps.
Manav Rathi 1 năm trước cách đây
mục cha
commit
db930feaf3
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      desktop/tsconfig.json

+ 0 - 2
desktop/tsconfig.json

@@ -48,8 +48,6 @@
 
 
         /* Emit the generated JS into `app/` */
         /* Emit the generated JS into `app/` */
         "outDir": "app",
         "outDir": "app",
-        /* Generate source maps */
-        "sourceMap": true,
 
 
         /* Temporary overrides to get things to compile with the older config */
         /* Temporary overrides to get things to compile with the older config */
         "strict": false,
         "strict": false,