diff --git a/Gruntfile.js b/Gruntfile.js index 1b58ac12b1..954d66599c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -774,7 +774,14 @@ module.exports = function(grunt) { }, uglify: { options: { + parse: { + module: false + }, + compress: { + module: false + }, output: { + module: false, ascii_only: true } },