Skip to content

Commit 3f605ed

Browse files
committed
Use SLASH_NODE_MODULES_SLASH in one more place
1 parent 3d93119 commit 3f605ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/rollup.base.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export default function baseConfig(extendConfig = {}) {
257257
...o,
258258
chunkFileNames: '[name].js',
259259
manualChunks(id) {
260-
if (id.includes('/node_modules/')) {
260+
if (id.includes(SLASH_NODE_MODULES_SLASH)) {
261261
return 'vendor'
262262
}
263263
}

0 commit comments

Comments
 (0)