We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c4ce1 commit 969733eCopy full SHA for 969733e
packages/core/tests/__snapshots__/config.test.ts.snap
@@ -1,6 +1,6 @@
1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
3
-exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config 1`] = `
+exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config in each format 1`] = `
4
[
5
{
6
"config": {
tests/integration/cli/mf/build/rslib.config.ts
@@ -3,7 +3,4 @@ import { generateBundleMFConfig } from 'test-helper';
export default defineConfig({
lib: [generateBundleMFConfig({ name: 'test-build' })],
- server: {
7
- port: 3007,
8
- },
9
});
0 commit comments