Minification error caused by regular expresson

Stimulsoft Reports.JS discussion
Post Reply
wprmdev
Posts: 15
Joined: Fri Jun 07, 2019 6:52 pm

Minification error caused by regular expresson

Post by wprmdev »

The ASP.NET minicoding library has an error while trying to minimize the file. (I know it is already mined, but I need to merge it with other non-minified scripts so it is checked). The problem that is causing the error is in the line that contains the following regular expression /{[^]*/gm.

Could I substitute this expression for an equivalent one or am I not allowed to make any changes?
 
(something like /{[\s\S]*/gm, I need to know the purpose of it to be acertive)
Lech Kulikowski
Posts: 6252
Joined: Tue Mar 20, 2018 5:34 am

Re: Minification error caused by regular expresson

Post by Lech Kulikowski »

Hello,

Yes, you can make these changes.

Thank you.
Post Reply