Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
patak-dev closed an issue on vitejs/vite
Referenced Project May Not Disable Emit
### Describe the bug With a brand new svelte-ts app created using `create-vite`, the `tsconfig.json` file shows an error at `"references": [{ "path": "./tsconfig.node.json" }]`: `Referenced projec...patak-dev pushed 1 commit to main vitejs/vite
- feat(create-vite): align tsconfigs in svelte-ts template with others (#18995) b48b98c
patak-dev created a review on a pull request on vitejs/vite
Nice! I think we can merge this one without splitting.
patak-dev pushed 1 commit to main vitejs/vite
- fix(css): escape double quotes in `url()` when lightningcss is used (#18997) 3734f80
patak-dev closed an issue on vitejs/vite
LightningCSS transform, paired with data URIs, results in unescaped quotes
### Describe the bug When using Lightning CSS with data URIs (SVG especially), it seems as though the data URIs are swapped out & re-inserted later, not taking potential quote changes into account...patak-dev pushed 1 commit to main vitejs/vite
- test: fix "excluded dep in included dep" test (#18999) 3e4caab
patak-dev closed a pull request on vitejs/vite
test: fix "excluded dep in included dep" test
### Description refs https://github.com/vitejs/vite/pull/8280/files#r882438809 <!-- What is this PR solving? Write a clear description or reference the issues it solves (e.g. `fixes #123`). W...patak-dev created a review on a pull request on vitejs/vite
Nice! I think we can merge this one without splitting.
patak-dev pushed 1 commit to main vitejs/vite
- fix: fallback terser to main thread when function options are used (#18987) Co-authored-by: Wout Mertens <Wout.Merte... 12b612d
patak-dev closed an issue on vitejs/vite
Error using build.terserOptions mangle nth_identifier
### Describe the bug I'm attempting to prefix mangled variable names. https://vitejs.dev/config/build-options#build-terseroptions told me that under `build.terserOptions`, I could add > Additi...patak-dev closed a pull request on vitejs/vite
fix: fallback terser to main thread when function options are used
### Description This PR makes terser to run in the main thread when function options are used. I also tested out calling functions on the main thread side from the workers, but it was slower th...patak-dev created a review on a pull request on stackblitz-labs/bolt.diy
Thanks for doing the change Cole!
patak-dev pushed 1 commit to main vitejs/vite
- fix(css): skip non css in custom sass importer (#18970) Co-authored-by: 翠 / green <[email protected]> 21680bd
patak-dev closed an issue on vitejs/vite
Issue with Vite's new Sass JS API and `@blakedarlin/sass-json-importer`
### Describe the bug **Describe the bug** I'm attempting to use Vite's new Sass JS API for a project where I need to convert JSON files into Sass variables. Previously, I used the `node-sass-...patak-dev closed a pull request on vitejs/vite
fix(css): skip non css in custom sass importer
### Description - closes https://github.com/vitejs/vite/issues/18961 _todo_ - [x] double check sass spec if this is necessary - [x] check how webpack deals with this - they also restri...patak-dev pushed 1 commit to main vitejs/vite
- chore(deps): update dependency @rollup/plugin-node-resolve to v16 (#18968) 62fad6d