Skip to content

Commit d3614c9

Browse files
committed
chore: update
1 parent 28c288b commit d3614c9

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

packages/core/src/config.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,17 +1772,7 @@ export async function composeRsbuildEnvironments(
17721772

17731773
for (const { format, id, config } of rsbuildConfigWithLibInfo) {
17741774
const libId = typeof id === 'string' ? id : composeDefaultId(format);
1775-
environments[libId] = mergeRsbuildConfig(config, {
1776-
tools: {
1777-
rspack: {
1778-
experiments: {
1779-
cache: {
1780-
version: libId,
1781-
},
1782-
},
1783-
},
1784-
},
1785-
} as EnvironmentConfig);
1775+
environments[libId] = config;
17861776
environmentWithInfos.push({ id: libId, format, config });
17871777
}
17881778

0 commit comments

Comments
 (0)