我正在使用 angular js (1.6),我在 grunt 中有以下任务以缩小角度模块
ngAnnotate: {
dist: {
files: [{
expand: true,
cwd: '.tmp/concat/scripts',
src: '*.js',
dest: '.tmp/concat/scripts'
}]
}
}
但上述任务不支持 ES2015 和 ES2016 特性 如何 在 iegrunt 文件的grunt任务中添加babel-plugin-angularjs-annotate