From 7f847ddaf4d08753471611c9bdfd4acc6c9e378c Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Wed, 11 Oct 2023 23:16:06 +0200 Subject: [PATCH] Update manifest.json --- symfony/ux-vue/2.9/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/ux-vue/2.9/manifest.json b/symfony/ux-vue/2.9/manifest.json index 7527bb68f..fbbef853c 100644 --- a/symfony/ux-vue/2.9/manifest.json +++ b/symfony/ux-vue/2.9/manifest.json @@ -31,7 +31,7 @@ }, { "file": "assets/app.js", - "content": "// If you prefer to lazy-load your Vue.js controller components, in order to reduce the JavaScript bundle the smallest as possible,", + "content": "// If you prefer to lazy-load your Vue.js controller components, in order to reduce the JavaScript bundle the smallest as possible", "position": "bottom", "warn_if_missing": true, "requires": "symfony/webpack-encore-bundle"