Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-04-15 06:23:10 +00:00
commit 48c7c55d1a
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"@lerna/project": "4.0.0", "@lerna/project": "4.0.0",
"@rsbuild/plugin-babel": "^1.0.3", "@rsbuild/plugin-babel": "^1.0.3",
"@rsdoctor/rspack-plugin": "^0.4.8", "@rsdoctor/rspack-plugin": "^0.4.8",
"@rspack/core": "1.1.1", "@rspack/core": "1.3.2",
"@svgr/webpack": "^8.1.0", "@svgr/webpack": "^8.1.0",
"@types/gulp": "^4.0.13", "@types/gulp": "^4.0.13",
"@types/lerna__package": "5.1.0", "@types/lerna__package": "5.1.0",

View File

@ -347,6 +347,7 @@ export async function buildPluginClient(cwd: string, userConfig: UserConfig, sou
umdNamedDefine: true, umdNamedDefine: true,
}, },
}, },
amd: {},
resolve: { resolve: {
tsConfig: path.join(process.cwd(), 'tsconfig.json'), tsConfig: path.join(process.cwd(), 'tsconfig.json'),
extensions: ['.js', '.jsx', '.ts', '.tsx', '.json', '.less', '.css'], extensions: ['.js', '.jsx', '.ts', '.tsx', '.json', '.less', '.css'],