fix: handle native binary addon assets (.node, .dll, .so, .wasm) in Rspack loader config #280
Annotations
4 errors
|
Test (Node 22.x)
Process completed with exit code 1.
|
|
tests/fast/makeRspackConfig.test.ts > makeRspackConfig > uses the bundle filename convention for emitted assets:
tests/fast/makeRspackConfig.test.ts#L17
AssertionError: expected '[name].bundle.[ext]' to be '[name].[contenthash:8].bundle[ext]' // Object.is equality
Expected: "[name].[contenthash:8].bundle[ext]"
Received: "[name].bundle.[ext]"
❯ tests/fast/makeRspackConfig.test.ts:17:48
|
|
Test (Node 24.x)
Process completed with exit code 1.
|
|
tests/fast/makeRspackConfig.test.ts > makeRspackConfig > uses the bundle filename convention for emitted assets:
tests/fast/makeRspackConfig.test.ts#L17
AssertionError: expected '[name].bundle.[ext]' to be '[name].[contenthash:8].bundle[ext]' // Object.is equality
Expected: "[name].[contenthash:8].bundle[ext]"
Received: "[name].bundle.[ext]"
❯ tests/fast/makeRspackConfig.test.ts:17:48
|