dalaoshu
dalaoshu
> [@IWANABETHATGUY](https://github.com/IWANABETHATGUY) managed to repro it with dummy files and a basic config here: https://github.com/hcampos-professional/rolldown-repro-3890 Could you briefly describe the exact steps to reproduce the issue? I’m also unable to...
I think we have this feature. What are your specific requirements? Could you describe it? 
Related to https://github.com/oxc-project/oxc/pull/6384
Since this issue has been clarified, I believe it can be closed. Any future improvements regarding macros can be tracked in [rust-lang/rustfmt#8](https://github.com/rust-lang/rustfmt/issues/8). /cc @ytmimi
You need to consider the case like `[hash]-[hash:6]-[hash:8].js`. Additionally, the `hash_placeholder` below looks like `!~\\{[0-9a-zA-Z_$]{1,17}\\}~`, so simply slicing the hash based on size will not work. https://github.com/rolldown/rolldown/blob/c5b837963dda7d71444e8c70322d4e30d3e3536a/crates/rolldown/src/stages/generate_stage/mod.rs#L227-L231
> I did not understand this part. Why will slicing by the number of characters not work? Firstly, when replacing the hash in the chunk name, `[hash]-[hash:5]-[hash:6].js` will be replaced...
> This looks good to merge, can you rebase the pr? Done.
Could you try `[email protected]`? I tried running the full project to reproduce and debug the issue, but the setup is quite complex and I couldn't get it to work. If...
If providing a minimal repro is really difficult, could you try using https://pkg.pr.new/rolldown@f54827b to help pinpoint the issue? If that version works, would you be able to further test https://pkg.pr.new/rolldown@7ef342d...
> I'm not sure how, used `"vite": "https://pkg.pr.new/rolldown@f54827b",` in package.json and it fails hard - can't even find the `vite` command, what am I missing? Change the rolldown version below:...