From 6f1d17589cfbfc915d0dc913db533330b39d699a Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 3 Sep 2017 10:07:03 +0200 Subject: [PATCH] fix diff code block highlighting --- frontend/encore/custom-loaders-plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/custom-loaders-plugins.rst b/frontend/encore/custom-loaders-plugins.rst index 362ccfe20b4..45f0de12a70 100644 --- a/frontend/encore/custom-loaders-plugins.rst +++ b/frontend/encore/custom-loaders-plugins.rst @@ -56,7 +56,7 @@ to use the `IgnorePlugin`_ (see `moment/moment#2373`_): Encore // ... - + .addPlugin(new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)) + + .addPlugin(new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)) ; .. _`handlebars-loader`: https://github.com/pcardune/handlebars-loader