JShrink icon indicating copy to clipboard operation
JShrink copied to clipboard

Error in script after Minify when when script contents has some code

Open andryshok opened this issue 4 years ago • 0 comments

Error in script after Minify when script contents has some code. For example

return /^([a-z][a-z\d+-.]:)?///i.test(url); minifed by return /^([a-z][a-z\d+-.]:)?/};

script minifed has errors file Axios.js - https://github.com/axios/axios

andryshok avatar Jan 01 '21 15:01 andryshok