mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
improve writing
This commit is contained in:
parent
bfd193f88e
commit
9cd6f5bf98
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@ section: content
|
|||
|
||||
# Vite bundler {#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`.
|
||||
Enabling the `ViteBundler` feature makes Vite generate correct asset paths by using the `global_asset()` helper instead of the default `asset()` helper.
|
||||
|
||||
To enable the feature, uncomment `Stancl\Tenancy\Features\ViteBundler::class` in the `features` section of the tenancy config:
|
||||
|
||||
```php
|
||||
'features' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue