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
@@ -252,10 +253,32 @@ export function normalizeRollupOutputOptionsObject(
252
253
*/
253
254
outputOpts.hoistTransitiveImports=false;
254
255
255
-
outputOpts.onlyExplicitManualChunks=true;
256
-
console.warn(
257
-
`⚠️ For the latest and greatest, we recommend to install rollup@^4.52.0 directly in your project. It enables the new Rollup \`outputOpts.onlyExplicitManualChunks\` feature flag, which improves preloading performance and reduces cache invalidation for a snappier user experience.`
`⚠️ For the latest and greatest, we recommend to install rollup@^4.52.0 directly in your project. It enables the new Rollup \`outputOpts.onlyExplicitManualChunks\` feature flag, which improves preloading performance and reduces cache invalidation for a snappier user experience.`
276
+
);
277
+
}
278
+
}catch{
279
+
// If we cannot determine the installed Rollup version, avoid warning
0 commit comments