Skip to content

Commit

Permalink
Change to uglify-es to fix prod builds (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Brett authored and ArekSredzki committed Oct 6, 2019
1 parent 83fe3b5 commit 963b369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"grunt-contrib-jst": "~1.0.0",
"grunt-contrib-less": "1.4.0",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-sails-linker": "~1.0.4",
"grunt-sass": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tasks/config/uglify.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ module.exports = function(grunt) {
}
});

grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-uglify-es');
};

0 comments on commit 963b369

Please sign in to comment.