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 68dd18d commit d31fc66Copy full SHA for d31fc66
packages/vite/src/node/plugin.ts
@@ -94,7 +94,7 @@ declare module 'rolldown' {
94
* once per each environment allowing users to have completely different plugins
95
* for each of them. The constructor gets the resolved environment after the server
96
* and builder has already been created simplifying config access and cache
97
- * management for for environment specific plugins.
+ * management for environment specific plugins.
98
* Environment Plugins are closer to regular rollup plugins. They can't define
99
* app level hooks (like config, configResolved, configureServer, etc).
100
*/
0 commit comments