{ "manifests": { "pentatrion/vite-bundle": { "manifest": { "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/" ], "add-lines": [ { "file": "templates/base.html.twig", "content": " {{ vite_entry_script_tags('app') }}", "position": "after_target", "target": "{% block javascripts %}", "warn_if_missing": true }, { "file": "templates/base.html.twig", "content": " {{ vite_entry_link_tags('app') }}", "position": "after_target", "target": "{% block stylesheets %}", "warn_if_missing": true } ], "post-install-output": [ " ", " Getting started using pentatrion/vite-bundle ", " ", "", " Configure your transformations:", " 1. Add if necessary a configuration file in %CONFIG_DIR%/packages/pentatrion_vite.yaml.", " 2. Verify the Vite configuration in /vite.config.js.", " 3. Install npm and run npm i.", " 4. Start the development server: npm run dev.", " 5. Start coding into assets/app.js" ] }, "files": { "config/routes/dev/pentatrion_vite.yaml": { "contents": [ "_pentatrion_vite:", " prefix: /build", " resource: \"@PentatrionViteBundle/Resources/config/routing.yaml\"", "" ], "executable": false } }, "ref": "4d98e6cbe66f6cd2dadc8375b035c7a1c30100c0" } } }