insomnia/packages/insomnia-app/app/main
James Gatz eb21506d40
️vite/esbuild (#4329)
* ️ vite

* replace webpack with esbuild in build script

* move build sr to esbuild

* esbuild send-request shim

* remove main externals

* fix lint

* remove webpack from insomnia-testing

* removes more webpack stuff

TODO after this PR: make debugging work again

* pin swagger-ui-react to version before esm change

* restore prepare script to build in bootstrap

* use default tsconfig for eslint and apply fixes

* bundle insomnia-components as cjs/esm

* makes ca_certs.ts pass linting

* builds types for insomnia-components

* improve build script for production

* skip typechecking insomnia-components

* separate package from build

* add electron to externals

* add preload bundling and fix build output

* exclude grpc/proto-loader from the bundle

* move node packages to commonjs

* don't bundle grpc since it's a node module

* fix content security error

* use vite lib mode for insomnia-components

* tidy up vite config and tsconfig options

* update package-locks

* use process.env. for static build time variables

* fix vscode debugging

Co-authored-by: jackkav <jackkav@gmail.com>
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2022-04-18 17:27:39 +02:00
..
__tests__ Revert "Fix: disabled native modules in the renderer (#4230)" 2021-12-09 14:43:20 +01:00
error-handling.ts [TypeScript] Phase 1 & 2 (#3370) 2021-05-12 18:35:00 +12:00
grpc-ipc-main.ts Revert "Fix: disabled native modules in the renderer (#4230)" 2021-12-09 14:43:20 +01:00
local-storage.ts Feat/eslint import order (#3782) 2021-07-23 11:04:56 +12:00
squirrel-startup.ts Feat/eslint import order (#3782) 2021-07-23 11:04:56 +12:00
updates.ts componentize settings renderers (#4266) 2021-12-14 09:26:36 -05:00
window-utils.ts ️vite/esbuild (#4329) 2022-04-18 17:27:39 +02:00