webpack/benchmark/createBenchmark/loadLoader.js

4 lines
95 B
JavaScript
Raw Normal View History

2017-12-27 22:54:59 +08:00
module.exports = (loader, callback) => {
callback(new Error("Loaders are not supported"));
2018-06-13 19:04:23 +08:00
};