Wei

Results 290 comments of Wei

Thank you very much @KurtGokhan.

set `resolve.browserField` to `false` will indicate Vite to ignore browser filed when resolving packages. I think it's enough for bundling universal bundles. 🤔

@tmkx Yes, it will. However, it's very prone to failed to find addons / builder / frameworks in a pnpm monorepo without a resolved dep path. (see how frequency `getAbsolutePath`...

It will show as expected in user project ONLY IF they don't use `getAbsolutePath`. But official's framework will show the neat name EVEN WITH `getAbsolutePath`.

supersede by https://github.com/web-infra-dev/rsdoctor/pull/1182.

Could you try setting `https://rsbuild.dev/config/output/asset-prefix#outputassetprefix` as a workaround. I will check other official Storybook builder's behavior and make sure don't break https://github.com/rspack-contrib/storybook-rsbuild/pull/73.

It was a legacy options and not work with current Storybook anymore, I'll check this issue tonight.

@cmdcolin It's a bit complex that mixing public path with Storybook, writing a fixed `/sub-path/` is the way I know to works fine in 0.0.15. If you find any bug,...

Try adding a plugin like this. The config merging is quite complex inside, this is the way I know it should work. The way you provided should also work but...

Hi, does this configuration help out?