StripLoader是Webpack加载器,它能剥离你产品代码里的任意一个函数。示例代码:var debug = require('debug')('MyFile');var makeFoo = function () { // The following two lines of code will be stripped with our webpack loader debug('makeFoo called'); debug('makeFoo args', arguments); // This code would r