make minified files ascii compatible
This commit is contained in:
parent
c6143cf587
commit
2143c4daed
1 changed files with 2 additions and 0 deletions
|
|
@ -274,6 +274,8 @@ function getWriteFilters(options, projectType) {
|
|||
|
||||
if (options.compress)
|
||||
filters.push(copy.filter.uglifyjs);
|
||||
|
||||
copy.filter.uglifyjs.options.ascii = true;
|
||||
|
||||
if (options.exportModule && projectType == "main") {
|
||||
if (options.noconflict)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue