mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-13 18:54:04 +00:00
424 B
424 B
| title | extends | section |
|---|---|---|
| Vite bundler | _layouts.documentation | content |
Vite bundler
Enabling the ViteBundler feature makes Vite generate the correct asset paths using the global_asset() helper. To enable the feature, uncomment Stancl\Tenancy\Features\ViteBundler::class in tenancy config's features.
'features' => [
// [...]
Stancl\Tenancy\Features\ViteBundler::class,
],