Use uglify-es instead of uglify

This commit is contained in:
Hongarc 2019-04-23 00:45:27 +07:00
parent 992f8603e2
commit 634d0ad5e0
2 changed files with 2 additions and 2 deletions

View file

@ -232,7 +232,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-shell-spawn');
grunt.loadNpmTasks('grunt-jasmine-node');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-uglify-es');
grunt.loadNpmTasks('grunt-react');
grunt.loadNpmTasks('grunt-env');