我正在尝试找出如何在以下位置为Google Closure Compiler设置参数 https://closure-compiler.appspot.com/
例如--jscomp_off=es5Strict
或其他之一:
https://gist.github.com/mshafrir/816686
我认为我需要在此处添加参数:
// ==ClosureCompiler==
// @compilation_level SIMPLE_OPTIMIZATIONS
// @output_file_name default.js
// ==/ClosureCompiler==
如果是,采用什么格式?如果没有,还有什么地方?