mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
* add recipe for vite-bundle * change vite version constraint and yaml config * fix assets directory * remove aliases * fix list numbers * move conf files from recipe to package * move config files from recipe to package * add routes for vite controller * remove settings.json * trigger new check * update vite-bundle v1.0 * refresh * refresh exception with bundle when entrypoints.json is missing
15 lines
391 B
JSON
15 lines
391 B
JSON
{
|
|
"bundles": {
|
|
"Pentatrion\\ViteBundle\\PentatrionViteBundle": ["all"]
|
|
},
|
|
"copy-from-package": {
|
|
"install/assets/": "assets/",
|
|
"install/package.json": "package.json",
|
|
"install/vite.config.js": "vite.config.js"
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"gitignore": ["/node_modules/", "/%PUBLIC_DIR%/build/"]
|
|
}
|