RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.36k stars 2.18k forks source link

MVC Minifier has errors trying to minify jquery.inputmask.js #2770

Open larrybud2004 opened 5 months ago

larrybud2004 commented 5 months ago

Using bundling with MVC5, VS2022. The bundler has issues minifying jquery.inputmask.js

It appears to be on the line with the replace function:

....match.fn.toString().replace(/[[]/]/g, "")

image