webpack-merge-and-include-globally
webpack-merge-and-include-globally copied to clipboard
Bug in regex in method that includes hash value to filename
On line 30 in index.js there is not escaped dot (.) in (.min): const match = existingFileName.match(/-([0-9a-f]+)(.min)?(.\w+)(.map)?$/);
which results to append hash value before any 'min' text such as 'dmin' in 'admin'.
thanks for noticing, fixed it.
Sorry to bother, but there is another (.min) in line 76. Could you fix it too?
yes, my bad.