pshu
pshu
try `mako: {}`
我尝试复现了下, 未能复现,对比了下环境, 我用的配置如下. 感觉唯一不同的是 macos 的版本,但是已经在 docker 环境中了,os 可能影响不大。 目前的建议是, 1. 尝试升级下 node 到 18 试试,(我看 16 已经停止维护了) 2. 给我一个其他的必现方式 - ubuntu 的 images 如下: ```txt REPOSITORY TAG IMAGE ID...
觉得你可能需要修改这个配置 https://webpack.js.org/configuration/output/#outputlibrarytype
> Run any dev server project with HMR, close server that serves files, update a file to trigger HMR. it's a little strange that, it seems that you serving assets...
Close first;if any updates,just reopen this issue.
@the-ge Now rspack's exprement's css don't have the equivalence the [`url` config](https://www.npmjs.com/package/css-loader#url) of css-loader. I will make a PR to support `bool` first.
@coder-czw, You can make a plug yourself to solve this specific problem. Here is a reference design for supporting multiple compilers using a single WebSocket connection for Hot Module Replacement...
Currently workaround: ```ts import { defineConfig } from "@rsbuild/core"; export default defineConfig({ tools: { rspack: { watchOptions: { followSymlinks: true, ignored: [], }, }, }, }); ``` the root cause...
close ref https://github.com/web-infra-dev/rspack/issues/7862#issuecomment-2606463361