Niklas Mischkulnig
Niklas Mischkulnig
I just got a similar error message with Parcel but on Node 20.17 on macOS: ``` node(2214,0x7ff8463907c0) malloc: Incorrect checksum for freed object 0x7fee87078e00: probably modified after being freed. Corrupt...
Superseded by/included in #69113
build(pack-next): Add an option for the pack-next script to patch the project's package.json for you
Wouldn't it make more sense to add this functionality to `pnpm unpack-next ~/path/to/directory` ?
This list is pretty outdated anyway. All plugins are for Parcel 1
The problem is that for some reason, the env hashes don't match up in this line https://github.com/parcel-bundler/parcel/blob/30279266fe8df375faadc568047cdc128d202169/packages/runtimes/hmr/src/loaders/hmr-runtime.js#L143 causing the updated JS asset to be filtered out and not be applied.
Looks like say there's a `encodeJSONKeyComponent` missing in the string concatenation you mentioned: https://github.com/parcel-bundler/parcel/blob/eeb3ba3de6e4fe037cd4f5d73939fa6867faa1f4/packages/core/diagnostic/src/diagnostic.js#L316-L317
Looks like we'll have to restrict the version to
For your first problem: `parcel-plugin-svelte` is a plugin for Parcel 1. And `parcel` is Parcel 2. I just tried `npm i -D svelte parcel` in an empty folder and then...
The question if still if we want to instead create a new plugin for svgo 3: https://github.com/parcel-bundler/parcel/pull/8802#issuecomment-1437856018
https://github.com/swc-project/swc/blob/f95cdab3a323fcb72f197fc5529821933434a2d2/crates/swc_ecma_minifier/src/compress/optimize/inline.rs#L575-L577