From c7a86fc1ed2042a46fba1dbc79a9f570cee287ed Mon Sep 17 00:00:00 2001 From: Ousmane NDIAYE Date: Thu, 28 Sep 2017 18:39:27 +0200 Subject: [PATCH] fix typo in filename Filename should be "manifest.json" instead of "manifest.js" --- frontend/encore/shared-entry.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/encore/shared-entry.rst b/frontend/encore/shared-entry.rst index c883f6ef390..ff816785779 100644 --- a/frontend/encore/shared-entry.rst +++ b/frontend/encore/shared-entry.rst @@ -32,7 +32,7 @@ on your page before any other JavaScript file: .. code-block:: twig - + @@ -42,7 +42,7 @@ on your page before any other JavaScript file: The ``vendor.js`` file contains all the common code that has been extracted from -the other files, so it's obvious that it must be included. The other file (``manifest.js``) +the other files, so it's obvious that it must be included. The other file (``manifest.json``) is less obvious: it's needed so that Webpack knows how to load those shared modules. .. tip::