Rocky_Mountain_Vending/.pnpm-store/v10/files/0a/8bead105454a469f55a1faf890d040df2fc1143eec0fd34f5c1567a14b918c7535c0018959441e1385a7ab0c81e889eaad515269a13cc41287de2ee6eec716
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

1 line
No EOL
1.4 KiB
Text

{"version":3,"sources":["../../../../../src/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.ts"],"sourcesContent":["import type { webpack } from 'next/dist/compiled/webpack/webpack'\nimport { relative } from 'path'\nimport { SimpleWebpackError } from './simpleWebpackError'\nimport { getAppLoader } from '../../../entries'\n\nexport function getNextAppLoaderError(\n err: Error,\n module: any,\n compiler: webpack.Compiler\n): SimpleWebpackError | false {\n try {\n if (!module.loaders[0].loader.includes(getAppLoader())) {\n return false\n }\n\n const file = relative(\n compiler.context,\n module.buildInfo.route.absolutePagePath\n )\n\n return new SimpleWebpackError(file, err.message)\n } catch {\n return false\n }\n}\n"],"names":["relative","SimpleWebpackError","getAppLoader","getNextAppLoaderError","err","module","compiler","loaders","loader","includes","file","context","buildInfo","route","absolutePagePath","message"],"mappings":"AACA,SAASA,QAAQ,QAAQ,OAAM;AAC/B,SAASC,kBAAkB,QAAQ,uBAAsB;AACzD,SAASC,YAAY,QAAQ,mBAAkB;AAE/C,OAAO,SAASC,sBACdC,GAAU,EACVC,MAAW,EACXC,QAA0B;IAE1B,IAAI;QACF,IAAI,CAACD,OAAOE,OAAO,CAAC,EAAE,CAACC,MAAM,CAACC,QAAQ,CAACP,iBAAiB;YACtD,OAAO;QACT;QAEA,MAAMQ,OAAOV,SACXM,SAASK,OAAO,EAChBN,OAAOO,SAAS,CAACC,KAAK,CAACC,gBAAgB;QAGzC,OAAO,IAAIb,mBAAmBS,MAAMN,IAAIW,OAAO;IACjD,EAAE,OAAM;QACN,OAAO;IACT;AACF","ignoreList":[0]}