Skip to content

Commit 4ce9083

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Improve the diff highlighting for custom webpack plugins
2 parents 25b24d8 + 8ee0c64 commit 4ce9083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/encore/custom-loaders-plugins.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ to use the `IgnorePlugin`_ (see `moment/moment#2373`_):
5757
// ...
5858
5959
+ .addPlugin(new webpack.IgnorePlugin({
60-
resourceRegExp: /^\.\/locale$/,
61-
contextRegExp: /moment$/,
62-
}))
60+
+ resourceRegExp: /^\.\/locale$/,
61+
+ contextRegExp: /moment$/,
62+
+ }))
6363
;
6464
6565
.. _`handlebars-loader`: https://github.com/pcardune/handlebars-loader

0 commit comments

Comments
 (0)