Function needleTransformCodegen
needleTransformCodegen( command: "build" | "serve", config: undefined | null | needleMeta, userSettings: userSettings,): undefined | Plugin$1<any> Parameters
- command: "build" | "serve"
- config: undefined | null | needleMeta
- userSettings: userSettings
Returns undefined | Plugin$1<any>
Modify the glb load path in codegen files. This is necessary if the assets directory is not the default (changed by the user in needle.config.json).