You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// else, leave the object form of manualChunks untouched, as
118
+
// we can't safely replicate rollup handling.
119
+
// eslint-disable-next-line no-console
120
+
console.warn(
121
+
"(!) the `splitVendorChunk` plugin doesn't have any effect when using the object form of `build.rollupOptions.output.manualChunks`. Consider using the function form instead.",
122
+
)
116
123
}
117
-
// else, leave the object form of manualChunks untouched, as
118
-
// we can't safely replicate rollup handling.
119
-
// eslint-disable-next-line no-console
120
-
console.warn(
121
-
"(!) the `splitVendorChunk` plugin doesn't have any effect when using the object form of `build.rollupOptions.manualChunks`. Consider using the function form instead.",
0 commit comments