aboutsummaryrefslogtreecommitdiffstats
path: root/.electron-builder.config.js
Commit message (Collapse)AuthorAge
* build: Switch to esbuildLibravatar Kristóf Marussy2021-12-30
| | | | | | | | | | We will build all packages except the frontend (where vite remains in use) with esbuild. For some reason, the @yarnpkg/esbuild-plugin-pnp doesn't allow esbuild to load esm modules and we fall back to commonjs for dependencies. Hence we had to switch back to node_modules (but still rely on yarn hardlinking for a more efficient install).
* build: Refactor electron-builder configLibravatar Kristóf Marussy2021-12-28
|
* build: Use version from package.jsonLibravatar Kristóf Marussy2021-12-28
|
* build: Simplify type declaration generationLibravatar Kristóf Marussy2021-12-28
|
* feat: Fuse the electron binaryLibravatar Kristóf Marussy2021-12-25
| | | | Disables some node flags in production and enables cookie encryption.
* build: Add electron-builderLibravatar Kristóf Marussy2021-12-22