9aoy
9aoy
> @chenjiahan With latest modernjs, the problem seems to be gone by setting host and path to empty as follows, > > ```ts > export default defineConfig({ > tools: {...
https://github.com/web-infra-dev/modern.js/blob/v2.24.0/packages/builder/builder/src/plugins/splitChunks.ts#L169 updated
## 0.7.0 Breaking Changes - [x] refactor: analyze css dependencies with css-module-lexer https://github.com/web-infra-dev/rspack/pull/6594 @ahabhgk - [x] Remove `resolve.browserField`. (pr: https://github.com/web-infra-dev/rspack/pull/6535, doc: Done) @ahabhgk - [x] Remove `experiments.newSplitChunks`. (pr: https://github.com/web-infra-dev/rspack/pull/6536, doc:...
!eco-ci
!eco-ci
Rebuild multiple times is because wasm build triggers multiple file changes, and rspack's `watchOptions.aggregateTimeout` time interval is small. `Multiple assets emit different content to the same filename` This error seems...
Added a debug log for conflicting assets: original_source: asset_source:
This issue is fixed in https://github.com/rspack-contrib/eslint-rspack-plugin/pull/4, you can use`eslint-rspack-plugin` instead of `eslint-webpack-plugin`, or upgrade `@rsbuild/plugin-eslint` to 1.0.2.
Is this already supported? Let me try it.