You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful if the resolve.alias documentation could give an example of how to handle such a case. I think that the following would be the appropriate replacement, but I am far from certain that the resolver treats the alias as a regexp:
The docs say that
null-loader
is deprecated and gives an example of how to do it:webpack.js.org/src/content/configuration/resolve.mdx
Line 124 in 3553600
webpack.js.org/src/content/configuration/resolve.mdx
Lines 144 to 154 in 3553600
But
null-loader
can also use regexps to drop files, like this:It would be helpful if the
resolve.alias
documentation could give an example of how to handle such a case. I think that the following would be the appropriate replacement, but I am far from certain that the resolver treats the alias as a regexp:The text was updated successfully, but these errors were encountered: