Skip to content

Commit 80d82c9

Browse files
committed
chore: warn on improper env api usage in demo
To make it easy to find misbehaving code in the Vite plugin.
1 parent 0ae8319 commit 80d82c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/plugin-vite/demo/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ export default defineConfig({
1111
}),
1212
tailwind(),
1313
],
14+
future: "warn",
1415
});

0 commit comments

Comments
 (0)