Function needleBuildPipeline
needleBuildPipeline( command: "build" | "serve", config: undefined | null | needleMeta, userSettings: userSettings,): Plugin$1<any> Parameters
- command: "build" | "serve"
- config: undefined | null | needleMeta
- userSettings: userSettings
Returns Plugin$1<any>
Runs the needle build pipeline as part of the vite build process.