mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-30 15:44:35 +02:00
Use uglify-es
instead of uglify
This commit is contained in:
parent
992f8603e2
commit
634d0ad5e0
2 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue