Rocky_Mountain_Vending/.pnpm-store/v10/files/7c/9a0d7285dda8d42b0210cd522aacba573725bfe28d3d9efd2b19d07304419c3bf50fd1ce3ad987914c0fab7c7576e193af846b38c091577fddddd6aff3131e
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

26 lines
No EOL
827 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "getNextAppLoaderError", {
enumerable: true,
get: function() {
return getNextAppLoaderError;
}
});
const _path = require("path");
const _simpleWebpackError = require("./simpleWebpackError");
const _entries = require("../../../entries");
function getNextAppLoaderError(err, module, compiler) {
try {
if (!module.loaders[0].loader.includes((0, _entries.getAppLoader)())) {
return false;
}
const file = (0, _path.relative)(compiler.context, module.buildInfo.route.absolutePagePath);
return new _simpleWebpackError.SimpleWebpackError(file, err.message);
} catch {
return false;
}
}
//# sourceMappingURL=parseNextAppLoaderError.js.map