Skip to content

Commit dfda652

Browse files
committed
fix: plugin locations
1 parent 192b80f commit dfda652

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vite.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,13 @@ export default defineConfig(({ mode, command }) => {
165165
name: "server",
166166
formats: ["umd"],
167167
},
168-
plugins: [vercelConfigPlugin()],
169168
rollupOptions: {
170169
output: {
171170
entryFileNames: "output/functions/index.func/index.js",
172171
},
173-
// plugins: [vercelEntryPlugin("src/server/index.tsx")],
174172
},
175173
},
176-
plugins: [vercelEntryPlugin()],
174+
plugins: [vercelEntryPlugin(), vercelConfigPlugin()],
177175
};
178176

179177
const devConfig = {

0 commit comments

Comments
 (0)