Skip to content

Commit fdd5264

Browse files
committed
Merge branch 'main' into vitest_poc
2 parents 507a33a + 8fb24fd commit fdd5264

File tree

171 files changed

+10484
-6920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+10484
-6920
lines changed

.config/rollup.base.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,6 @@ export default function baseConfig(extendConfig = {}) {
228228
purgePolyfills.rollup({
229229
replacements: {}
230230
}),
231-
replacePlugin({
232-
delimiters: ['(?<=(?:require\\(|from\\s*)["\'])', '(?=["\'])'],
233-
preventAssignment: false,
234-
values: builtinAliases
235-
}),
236231
// Convert un-prefixed built-in imports into "node:"" prefixed forms.
237232
replacePlugin({
238233
delimiters: ['(?<=(?:require\\(|from\\s*)["\'])', '(?=["\'])'],

0 commit comments

Comments
 (0)