文件名称:Webpack加载器StripLoader.zip
文件大小:7KB
文件格式:ZIP
更新时间:2022-08-05 11:25:37
开源项目
Strip Loader 是 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 remain return 'Foo'; }; 标签:Strip
【文件预览】:
strip-loader-master
----.gitignore(68B)
----README.md(3KB)
----tests()
--------fixtures()
--------unit()
----package.json(1KB)
----CONTRIBUTING.md(350B)
----.coveralls.yml(24B)
----LICENSE.md(2KB)
----.npmignore(20B)
----.travis.yml(158B)
----lib()
--------index.js(827B)