aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-shared/vite.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: Simplify type declaration generationLibravatar Kristóf Marussy2021-12-28
|
* feat: Service to main process communicationLibravatar Kristóf Marussy2021-12-24