Yunfei He
Yunfei He
Think again, I guess you could private those plugins except ones `rolldown` relies?
> That's even more maintenance overhead, we'll need to manually change the publish field. I'm not sure about overhead. It's indeed that some plugins don't need be or we don't...
> > [@Boshen](https://github.com/Boshen) Have you try to add `--dry-run` > > ? > > The whole point is trying to publish to crates.io? You said you can't rerun `cargo publish...
`modules` would be sorted by its execution order. But this behavior is not always promised, we might change it in the future for having better cache control. I'll fix this...
I guess the bug is caused by rust's `HashMap` is not ordered. So when we convert it to js's `object`, it becames unordered.
Thanks for reporting. I'd like to take a look at this. Please provide a reproduction repo using https://github.com/web-infra-dev/rspack-repro.
> Side question: In the previous version of rspack if I used [contenthash][ext] it would bundle using the entry path + content hash + extension. Is there a method to...
Is this [file](https://github.com/ICJR/rspack-repro/blob/525f0cb8c150307bda33f010adeda27d07b9303f/rspack-dist/something/else.js) the empty file that you refer to? If it is, the js file is generated expectedly under the current CSS implementation of Rspack. Webpack won't emit the...
> That's the correct file, is my only option to revert to the older rspack version in the meantime? I'm not sure how the old version behaves. But the current...
> @hyf0 is this fixed? This is a alignment feature rather than a bug. The alignment hasn't been made.