nystudio107 /
craft-vite
| 1 | <?php |
||
| 2 | /** |
||
| 3 | * Vite plugin for Craft CMS |
||
| 4 | * |
||
| 5 | * Allows the use of the Vite.js next generation frontend tooling with Craft CMS |
||
| 6 | * |
||
| 7 | * @link https://nystudio107.com |
||
|
0 ignored issues
–
show
Coding Style
introduced
by
Loading history...
|
|||
| 8 | * @copyright Copyright (c) 2021 nystudio107 |
||
|
0 ignored issues
–
show
|
|||
| 9 | */ |
||
|
0 ignored issues
–
show
|
|||
| 10 | |||
| 11 | /** |
||
|
0 ignored issues
–
show
|
|||
| 12 | * @author nystudio107 |
||
|
0 ignored issues
–
show
|
|||
| 13 | * @package Vite |
||
|
0 ignored issues
–
show
|
|||
| 14 | * @since 1.0.0 |
||
|
0 ignored issues
–
show
|
|||
| 15 | */ |
||
| 16 | return [ |
||
| 17 | 'Vite Cache' => 'Vite Cache', |
||
| 18 | '{name} plugin loaded' => '{name} plugin loaded', |
||
| 19 | ]; |
||
| 20 |