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 2ca59e2 commit 5ee4198Copy full SHA for 5ee4198
README.md
@@ -28,8 +28,6 @@ pnpm install --save-dev vite-plugin-node-polyfills
28
yarn add --dev vite-plugin-node-polyfills
29
```
30
31
-### Zero-config by default
32
-
33
Add the plugin to your `vite.config.ts` file.
34
35
```ts
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vite-plugin-node-polyfills",
3
"description": "A Vite plugin to polyfill Node's Core Modules for browser environments.",
4
- "version": "0.14.0",
+ "version": "0.14.1",
5
"author": "David Myers <[email protected]>",
6
"funding": "https://github.com/sponsors/davidmyersdev",
7
"homepage": "https://github.com/davidmyersdev/vite-plugin-node-polyfills",
0 commit comments