installing webpack-encore and yarn in node container

This commit is contained in:
2021-02-18 21:10:16 +01:00
parent 0fdd876bc4
commit 4ecc506693
20 changed files with 9014 additions and 5 deletions

View File

@@ -3,14 +3,13 @@
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following Encore helpers to start using Symfony UX #}
{% block stylesheets %}
{#{{ encore_entry_link_tags('app') }}#}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{#{{ encore_entry_script_tags('app') }}#}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body>