mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 11:56:25 +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
12 lines
323 B
JSON
12 lines
323 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"
|
|
},
|
|
"gitignore": ["/node_modules/", "/%PUBLIC_DIR%/build/"]
|
|
}
|