We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ca75c commit 2271498Copy full SHA for 2271498
packages/vike-photon/src/plugin/plugins/configPlugin.ts
@@ -13,7 +13,7 @@ export function configPlugin(): Plugin {
13
optimizeDeps: {
14
// Those are ESM packages, no need to optimize them
15
exclude: ["vike-photon", "vike"],
16
- // Still optimize this dual-format dependency
+ // TO-DO/eventually: remove this line — vike@0.4.254 removed @brillout/require-shim https://github.com/vikejs/vike/pull/3091
17
include: ["vike > @brillout/require-shim"],
18
},
19
0 commit comments