Timeless0911
Timeless0911
This one may inspire our config check feature https://publint.dev/
This is from built-in tailwind preflight, you can add a global style in `builderConfig.source.preEntry`, thus your CSS code will be loaded earlier than the page code.
Same as https://github.com/web-infra-dev/rslib/issues/238, we should check whether getResolve hook in Rspack will be supported in the nearly future.
We should also handle when `./folder/index.ts` and `./folder.ts` exists at the same time, there may also be .ts, .tsx, .jsx file existing.
> Is there an issue to follow for this? Or a quick way to catch this issue? You mentioned disabling mainFiles? You can write the full path when writing source...
Why does panic not cause Rsbuild to throw an error to terminate the process?
https://github.com/web-infra-dev/rspack/pull/7479
> Usually this kind of tools need `extends` options, don't you think? Can you give some examples of what `extends` is going to do?
@lanmingle > 突然说 Modern.js Module 不推荐使用,用 rslib 了,测试了一下,更简单很灵活,很棒! Thank you for your dogfooding, we will release the first stable version 0.1.0 in the end of year. > 另外请完善文档(以及中文文档支持),例如 Tailwind CSS...
I can't reproduce this issue. The issue of tailwind css has nothing to do with Rspress. You can check related issue of tailwind maybe.