Files
symfony-flex-recipes-contrib/pentatrion/vite-bundle/0.1/manifest.json
T
Hugues TavernierandGitHub ab66452e6f add recipe for pentatrion/vite-bundle (#1189)
* 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
2021-09-03 21:18:35 +02:00

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/"]
}