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
wildcard module is not suitable to implement the exclude option. wildcard only supports tokenized string matching, so to match file patterns like js/name.chunk.js.map, I have to specify exclude: ['*.*.*.*.map'], not exclude: ['**/*.map']
The text was updated successfully, but these errors were encountered:
If you are interested in making forward steps on this I would be happy to provide advice, accept a PR. Otherwise, I am not sure exactly when I will be able to make this improvement. Thanks for reaching out though!
wildcard
module is not suitable to implement the exclude option.wildcard
only supports tokenized string matching, so to match file patterns likejs/name.chunk.js.map
, I have to specifyexclude: ['*.*.*.*.map']
, notexclude: ['**/*.map']
The text was updated successfully, but these errors were encountered: