6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
export default function nextInvalidImportErrorLoader() {
|
|
const { message } = this.getOptions();
|
|
throw new Error(message);
|
|
}
|
|
|
|
//# sourceMappingURL=next-invalid-import-error-loader.js.map |