Yunfei He

Results 368 comments of Yunfei He

I so far don't have the bandwidth to write a detail explanation in text. You should able to get some hint in https://github.com/rolldown/rolldown/blob/f535ab201a3116bc2fd55a94c893b062cbf1af6b/crates/rolldown/src/asset/asset_generator.rs.

Except for `copy-loader`, required loaders are supported now.

`copy` loader is under consideration. Meantime people who want to use it could try https://www.npmjs.com/package/rollup-plugin-copy.

Mostly because calling `unwrap` or `expect` wrongly.

Self-assigned. I need to refactor the current load transform pipeline and will solve this issue too.

I think it's the same reason listed in https://github.com/rolldown/rolldown/pull/1568 and https://rolldown.rs/guide/in-depth/code-splitting#respecting-execution-order-doesn-t-take-precedence. > or improve the chunking logic somehow to reduce the occurrence We could do this if we think increasing...

I'm not against any option but I do have concerns: - Emitting warning is possible. A really useful warning would contain the information of the whole-module-graph size. I'm also skeptical...

After #1622, there will be no panic if the input contains external modules while targeting `iife` format. But external imports are just striped away, which makes the output still not...