We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bef579 commit e4d4583Copy full SHA for e4d4583
1 file changed
README.md
@@ -170,6 +170,14 @@ module.exports = async () => {
170
};
171
```
172
173
+#### Vite plugins
174
+
175
+If you wish to use simpler configuration, you can use one of the available Vite
176
+plugins which use this package under the hood:
177
178
+- https://github.com/sodatea/vite-plugin-node-stdlib-browser
179
+- https://github.com/davidmyersdev/vite-plugin-node-polyfills
180
181
</details>
182
183
### esbuild
0 commit comments