mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 19:16:25 +03:00
* fix default importmap * fix paths and add entrypoint comment * remove adding stylesheet line in base.html.twig * Update symfony/asset-mapper/6.4/manifest.json Co-authored-by: Ryan Weaver <weaverryan+github@gmail.com> * ignore assets/vendor * revert to 6.3 --------- Co-authored-by: Ryan Weaver <weaverryan+github@gmail.com>
10 lines
294 B
JavaScript
10 lines
294 B
JavaScript
/*
|
|
* Welcome to your app's main JavaScript file!
|
|
*
|
|
* This file will be included onto the page via the importmap() Twig function,
|
|
* which should already be in your base.html.twig.
|
|
*/
|
|
import './styles/app.css'
|
|
|
|
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉')
|