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 69a9aa3 commit 0626fbfCopy full SHA for 0626fbf
packages/rsbuild-plugin/rslib.config.ts
@@ -6,7 +6,6 @@ export default defineConfig({
6
format: 'esm',
7
syntax: 'es2021',
8
bundle: true,
9
- autoExternal: true,
10
dts: {
11
distPath: './dist',
12
},
@@ -15,7 +14,6 @@ export default defineConfig({
15
14
format: 'cjs',
16
17
18
19
dts: false,
20
21
],
@@ -32,6 +30,7 @@ export default defineConfig({
32
30
distPath: {
33
31
root: './dist',
34
+ externals: [/@module-federation\//, 'pnpapi'],
35
copy: [
36
{
37
from: './LICENSE',
0 commit comments