pshu
pshu
> @nilptr @stormslowly 你们好,这个 pr 是不是可以支持使用社区的 webpack-virtual-module 的了? Yes, i will make a canary version; could you please give it try later?
The canary supports virtual module is @rspack-canary/core: 1.3.10-canary-20f7fc16-20250514042220 @rspack-canary/core: 1.3.10-canary-4a96390f-20250514074254 add below config in you config file ``` { experiments: { useInputFileSystem: true } } ``` you can reference here...
it's ok to use like in your [readme](https://github.com/LonelySnowman/rspack-deno-plugin?tab=readme-ov-file#how-to-use) but i have another problem in the original [issue](https://github.com/sachaw/rsbuild-issue/blob/master/rsbuild.config.ts) After i add `import RspackDenoPlugin from '@snowman/rspack-deno-plugin';` to the config file, then run...
in Rust side, we can't change the stage type to f64. if i32 changed to f64 in proc macro `define_hook` , it generates code like ```rust fn stage(&self) -> f64...
@hardfist let's try a newType
rust plugin is no needs to change stage into float, the internal usage i32 is enough.
@tclxshunquan-wang @yuhengshen I had dome some studies about your reproduction, but I didn't get much clue about the root cause due to i don't know much about Vue and it's...
@lzxb @WN921 @Yurii-Yanovitsky HMR for ESM chunk has been supported. You can try this feature with [@rspack/[email protected]](https://www.npmjs.com/package/@rspack/core/v/1.5.0-beta.0) if any bugs found, just drop me an issue.
Currently, the workaround is using `css-minimizer-webpack-plugin` to minimize the css assets. (it's cassnano based, so the minimizing will takes much more time) here is an example ```js import CssMinifier from...
@Sunny-117 after a little digging. the expection that the output should keep the unicode form is necessary `content: "\200b"` is compiled to below while using lightningcss ```txt content: ""