refactor: migrate lib.autoExternal to output.autoExternal
#3326
Annotations
3 errors and 1 notice
|
|
|
packages/core/tests/config.test.ts#L536
Snapshot `Should compose create Rsbuild config correctly > Merge Rsbuild config in each format > inspected Rspack config - 0 esm 1` mismatched
- Expected
+ Received
@@ -80%2C18 +80%2C14 @@
'wasi'%2C
'worker_threads'%2C
'zlib'%2C
/^node%3A/%2C
'pnpapi'%2C
- /^@rsbuild\/core($|\/|\\)/%2C
- /^rsbuild-plugin-dts($|\/|\\)/%2C
- /^@microsoft\/api-extractor($|\/|\\)/%2C
- /^typescript($|\/|\\)/%2C
- '@rsbuild/core'%2C
- 'rsbuild-plugin-dts'%2C
- '@microsoft/api-extractor'%2C
- 'typescript'
+ /^@rsbuild\/core(?%3A$|[/\\])/%2C
+ /^rsbuild-plugin-dts(?%3A$|[/\\])/%2C
+ /^@microsoft\/api-extractor(?%3A$|[/\\])/%2C
+ /^typescript(?%3A$|[/\\])/
]%2C
node%3A {
__dirname%3A false%2C
__filename%3A false
}%2C
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading