寫webpack插件

function Statistics(options) { this.options = options; } Statistics.prototype.code = function(){ return 'code' } Statistics.prototype.apply = function(compiler) { var _this = this;
相關文章
相關標籤/搜索