Shape tool - #194
Conversation
…com/hobbsythe6th/Candlestick into engine-package.json-update-betterer
|
There are SO many branch conflicts we will need to fix because of every single PR now being based on different version of the Vite/Rollup migration. |
|
No, it's mostly quite simple with the branch thing. First merge the Vite branch, then the Rolldown one, and THEN all my PRs branched off them. Anyway, after seeing Vite's startup speed I can't handle Webpack slowness, so I'm sorry about that. |
No problem, if literally EVERYONE (in webdev) switched, I think it's okay. Webpack and Rollup are very slow since they're made in JS, obviously Rollup uses more modern ways, which speed it up, but the bulk of 'fast' operations inside Vite (e.g.: the hot reload dev server) use Rolldown, a fast, native (in rust), API compatible alternative to Rollup. Also, Rollup is still used in the build process. |
|
I used Rolldown, it's in the devDependencies field of the engine's package.json |
Based off of the legacy Pen tool.
Again, branched off the engine update.