parent
3e5fa146a1
commit
6cfe9617c2
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ function quoteString(str) {
|
|||
}
|
||||
|
||||
function filterTextPlugin(text) {
|
||||
return text.replace(/(['"])ace\/requirejs\/text\!/g, "$1text!");
|
||||
return text.replace(/(['"])(ace|[.\/]+?)\/requirejs\/text\!/g, "$1");
|
||||
}
|
||||
|
||||
function removeUseStrict(text) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue