mirror of https://github.com/webpack/webpack.git
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
|
module.exports = (loader, callback) => {
|
||
|
callback(new Error("Loaders are not supported"));
|
||
|
}
|