next
Version:
The React Framework
16 lines (15 loc) • 403 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return nextInvalidImportErrorLoader;
}
});
function nextInvalidImportErrorLoader() {
const { message } = this.getOptions();
throw new Error(message);
}
//# sourceMappingURL=next-invalid-import-error-loader.js.map