We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25d7f17 + 7de48b8 commit 8ee0c64Copy full SHA for 8ee0c64
frontend/encore/custom-loaders-plugins.rst
@@ -57,9 +57,9 @@ to use the `IgnorePlugin`_ (see `moment/moment#2373`_):
57
// ...
58
59
+ .addPlugin(new webpack.IgnorePlugin({
60
- resourceRegExp: /^\.\/locale$/,
61
- contextRegExp: /moment$/,
62
- }))
+ + resourceRegExp: /^\.\/locale$/,
+ + contextRegExp: /moment$/,
+ + }))
63
;
64
65
.. _`handlebars-loader`: https://github.com/pcardune/handlebars-loader
0 commit comments