Chrome doesn't like the uglified version
This commit is contained in:
parent
0b69b42ade
commit
95b72633a0
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ console.log('# ace worker ---------');
|
|||
aceHome + "/lib/ace/worker/worker.js",
|
||||
worker
|
||||
],
|
||||
filter: [ filterTextPlugin, copy.filter.uglifyjs ],
|
||||
filter: [ filterTextPlugin/*, copy.filter.uglifyjs*/ ],
|
||||
dest: "build/src/worker-" + mode + ".js"
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue