We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8cc95 commit 28692e5Copy full SHA for 28692e5
packages/react-pages/src/node/index.ts
@@ -91,7 +91,8 @@ function pluginFactory(opts: PluginConfig = {}): Plugin {
91
rollupOptions: {
92
output: {
93
manualChunks: undefined,
94
- plugins: [outputPluginDisableJekyll()],
+ // local rollup's types may not be compatible with vite's rollup types
95
+ plugins: [outputPluginDisableJekyll() as any],
96
},
97
98
0 commit comments