Yunfei He
Yunfei He
[Feature Request]: `loose` options validation should emit warnings instead of behaving like `silent`
### What problem does this feature solve? . ### What does the proposed API look like? .
### What problem does this feature solve? There're a lot of options rollup supports, but rolldown don't support them. Some of these options don't really affect the bundle process, so...
### Description Closes https://github.com/rolldown/rolldown/issues/3245.
# Update - 2 Oct 2025 - At this point, due to lack of bandwidth, there's no due data for issues/bugs related to native CSS support. - We recommend you...
### What problem does this feature solve? ```js import { a } from 'foo' import { b } from 'foo' ``` such code currently produces 2 resolve call. The behavior...
After removing unused dynamic imported chunks, rolldown outputs different results compared to rollup
I'm investigating #3981. I'm not sure if this is the root cause of #3981 but should be a follow up issue of #2604. @IWANABETHATGUY cc while rollup only outputs one...
由我的个人体验来看,本文所使用的配置也许已经过时,我无法按照本文的指引,最终完成目标。这也许有我个人的原因在里面,但我觉得指出本文的更新时间距今2019年5月11日已经一年是个值得注意的一点,我决定去啃最新的英文文档,并建议观看本文的读者也这样做。 我遇到的问题: - 有的配置项的依赖已经过时,你按照本文安装的babel-loader和babel-core不兼容 - webpack-serve已经停止更新,且我无法出现正常的画面 - 在本文配置的基础上我试图切换到webpack-dev-server,依旧出现各种问题
I find https://github.com/oxc-project/oxc/issues/6552 and oxlint already supported `extends` keyword. But it seemed oxlint doesn't support to extends config from `node_modules`. This's an important feature/way for users to share custom `preset`...