@@ -2066,7 +2066,7 @@ exports[`builder rspack > should generator rspack config correctly when node 1`]
20662066 " output" : {
20672067 " assetModuleFilename" : " static/assets/[name].[contenthash:8][ext]" ,
20682068 " chunkFilename" : " [name].js" ,
2069- " devtoolModuleFilenameTemplate" : [ Function ] ,
2069+ " devtoolModuleFilenameTemplate" : " [absolute-resource-path] " ,
20702070 " filename" : " [name].js" ,
20712071 " hashFunction" : " xxhash64" ,
20722072 " library" : {
@@ -3317,7 +3317,7 @@ exports[`builder rspack > should generator rspack config correctly when prod 1`]
33173317 " output" : {
33183318 " assetModuleFilename" : " static/assets/[name].[contenthash:8][ext]" ,
33193319 " chunkFilename" : " static/js/async/[name].[contenthash:8].js" ,
3320- " devtoolModuleFilenameTemplate" : [ Function ] ,
3320+ " devtoolModuleFilenameTemplate" : " [absolute-resource-path] " ,
33213321 " filename" : " static/js/[name].[contenthash:8].js" ,
33223322 " hashFunction" : " xxhash64" ,
33233323 " path" : " dist" ,
@@ -4203,7 +4203,7 @@ exports[`builder rspack > should generator rspack config correctly when service-
42034203 " output" : {
42044204 " assetModuleFilename" : " static/assets/[name].[contenthash:8][ext]" ,
42054205 " chunkFilename" : " [name].js" ,
4206- " devtoolModuleFilenameTemplate" : [ Function ] ,
4206+ " devtoolModuleFilenameTemplate" : " [absolute-resource-path] " ,
42074207 " filename" : " [name].js" ,
42084208 " hashFunction" : " xxhash64" ,
42094209 " libraryTarget" : " commonjs2" ,
0 commit comments