From c3ac7b4ccb54a3d2878169d15eca17beb06df636 Mon Sep 17 00:00:00 2001 From: Brieuc Thomas Date: Tue, 13 Jun 2017 14:45:18 +0200 Subject: [PATCH] Fix invalid javascript code --- frontend/encore/bootstrap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/bootstrap.rst b/frontend/encore/bootstrap.rst index f48d5b542b2..2a2bb7f0a0e 100644 --- a/frontend/encore/bootstrap.rst +++ b/frontend/encore/bootstrap.rst @@ -42,7 +42,7 @@ this, you can use the ``resolve_url_loader`` option: // webpack.config.js Encore + enableSassLoader({ - + 'resolve_url_loader' => false + + resolve_url_loader: false + }) ;