{ "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" }, "gitignore": [ "/node_modules/", "/%PUBLIC_DIR%/build/" ], "post-install-output": [ " ", " Getting started using pentatrion/vite-bundle ", " ", "", " Configure your transformations:", " 1. Verify and uncomment the configuration in %CONFIG_DIR%/packages/pentatrion_vite.yaml.", " 2. Verify the Vite configuration in /vite.config.js.", " 3. Install npm and run npm i.", " 4. Add JS Twig function {{ vite_entry_script_tags('app.js') }} into your base.html.twig.", " 5. Add CSS Twig function {{ vite_entry_link_tags('app.js') }} into your base.html.twig.", " 6. Start the development server: npm run dev.", " 7. Start coding into assets/app.js" ] }, "files": [], "ref": "bbc1dbabe95240a0988959e1ded978725692bcfa" } } }