From 56ab0ea713c6033468926f1abdb6ccc8d67f6a3d Mon Sep 17 00:00:00 2001 From: Waleed Gadelkareem Date: Sun, 16 Jun 2019 22:19:39 +0200 Subject: [PATCH] Use encore_entry twig functions More info https://symfony.com/blog/encore-0-21-0-webpack-4-support-copy-files-support-webpackencorebundle --- app/templates/base.html.twig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html.twig b/app/templates/base.html.twig index b81659d..e4e514c 100644 --- a/app/templates/base.html.twig +++ b/app/templates/base.html.twig @@ -4,12 +4,13 @@ Symfony 4 with a Vue.js SPA + {{ encore_entry_link_tags('app') }}
- +{{ encore_entry_script_tags('app') }} - \ No newline at end of file +