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 1c7efeb + c5bdb12 commit 65ebe2dCopy full SHA for 65ebe2d
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