MCPcopy
hub / github.com/vitejs/vite / options

Function options

packages/vite/src/node/server/__tests__/pluginContainer.spec.ts:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 const plugin: Plugin = {
150 name: 'p1',
151 options() {
152 this.debug('test')
153 },
154 }
155 await getDevEnvironment({
156 plugins: [plugin],

Callers

nothing calls this directly

Calls 2

debugMethod · 0.65
errorMethod · 0.65

Tested by

no test coverage detected