UNPKG

crootfast

Version:

大前端工程化命令行脚手架

13 lines (9 loc) 289 B
function reactPerformanceLoader(source) { const query = this.getOptions(); const asyncCallback = this.async(); console.log(query); asyncCallback(null, source); }; reactPerformanceLoader.pitch = function (filePath, loaderPath, data) { }; module.exports = reactPerformanceLoader;