diff --git a/loader.js b/loader.js index 2991dee..378d730 100644 --- a/loader.js +++ b/loader.js @@ -28,6 +28,7 @@ const loader = async function (content) { try { result = await compile(content, options); } catch (err) { + console.error('Error loading:', this.resourcePath) return callback(err); }