Skip to content

Commit

Permalink
Merge 7c94efa into 98bbf53
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque authored Oct 1, 2024
2 parents 98bbf53 + 7c94efa commit 5fd4d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/performance/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const cjsBuild = {
external: id => deps.some(dep => id === dep || id.startsWith(`${dep}/`)),
plugins: [
...buildPlugins,
replace(generateBuildTargetReplaceConfig('cjs', 5))
replace(generateBuildTargetReplaceConfig('cjs', 2017))
]
};

Expand Down
2 changes: 1 addition & 1 deletion packages/storage/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const browserBuilds = [
alias(generateAliasConfig('browser')),
...buildPlugins,
replace({
...generateBuildTargetReplaceConfig('cjs', 5),
...generateBuildTargetReplaceConfig('cjs', 2017),
'__RUNTIME_ENV__': ''
})
],
Expand Down

0 comments on commit 5fd4d04

Please sign in to comment.