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