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
When it's compressed. As you can see, not just the end of the regex, but the following function call, are removed. Based on the fact that the regex ends with '//', I assumed it might be something to do with automatically removing comments. But I added:
'jsFileCompressFlaggedComments' => FALSE
To my config, and the error persisted. So I'm not sure what might be causing the problem.
The text was updated successfully, but these errors were encountered:
{return/^(?:(?:https?|file)\:)?\/\//.test(e)}
becomes:
{return/^(?:(?:https?|file)\:)?\/\}
When it's compressed. As you can see, not just the end of the regex, but the following function call, are removed. Based on the fact that the regex ends with '//', I assumed it might be something to do with automatically removing comments. But I added:
'jsFileCompressFlaggedComments' => FALSE
To my config, and the error persisted. So I'm not sure what might be causing the problem.
The text was updated successfully, but these errors were encountered: