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 a1bc855 commit e8d7e4aCopy full SHA for e8d7e4a
test/utils/index.ts
@@ -1,5 +1,6 @@
1
import { createServer } from 'vite'
2
-import { nodePolyfills, PolyfillOptions } from 'vite-plugin-node-polyfills'
+import type { PolyfillOptions } from 'vite-plugin-node-polyfills'
3
+import { nodePolyfills } from 'vite-plugin-node-polyfills'
4
5
/**
6
* Format code by removing the smallest indentation from each line.
0 commit comments