我有一个有很多.js文件的角度应用程序.向每个文件添加一个IIFE然后添加是很无聊的'use strict'.
.js
'use strict'
有没有办法自动化这个?我用gulp来运行任务.
iife angularjs gulp
angularjs ×1
gulp ×1
iife ×1