Soon

Results 171 comments of Soon

you can try ```ts markdown: { mdxRs: false } ```

fixed in 2.0-beta, you can try `[email protected]` or enable `mdxRs: false`

closed use `index.md` is enough for now It will increase the complexity of the routing, if someone needs this pr, they can open a new issue.

thanks for your contribution closed by too many conflicts from V2 main branch

## some investigation https://github.com/SoonIter/rspack-rollup-treeshake-repro/tree/investigation ### input ```ts // index.ts import { Arrow3 } from './a'; console.log(Arrow3); ``` ```ts // a.ts var isOnline = "online" === "online"; import { qux }...

By the way, in bundless mode, if cannot resolve, error message should be emitted

> Does other tools support patch `mainFiles` in bundleless mode as of now? For bundle mode, support `index` in `mainFields` is fine. In bundleless mode, I feel it's too lose...

related to typescript: https://github.com/microsoft/TypeScript/issues/27604 esbuild: https://github.com/evanw/esbuild/blob/main/CHANGELOG-2021.md

repeated https://github.com/swc-project/swc/issues/4453

I think there is an error in the writing of yaml, and the yaml parse of mdx-rs conforms to the specification. You can try this below ```diff title: DE20019 -...