class Compiler extends Tapable { run(){ //启动打包 }, compile() { //开始编译 } ...... } 其中比较重要的是compile函数的调用,其实例化了一个 ...
確定! 回上一頁