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>
1 line
No EOL
1.5 KiB
Text
1 line
No EOL
1.5 KiB
Text
{"version":3,"sources":["../../../../../src/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.ts"],"sourcesContent":["import type { webpack } from 'next/dist/compiled/webpack/webpack'\nimport { formatModuleTrace, getModuleTrace } from './getModuleTrace'\nimport { SimpleWebpackError } from './simpleWebpackError'\n\nexport function getDynamicCodeEvaluationError(\n message: string,\n module: webpack.NormalModule,\n compilation: webpack.Compilation,\n compiler: webpack.Compiler\n): SimpleWebpackError {\n const { moduleTrace } = getModuleTrace(module, compilation, compiler)\n const { formattedModuleTrace, lastInternalFileName, invalidImportMessage } =\n formatModuleTrace(compiler, moduleTrace)\n\n return new SimpleWebpackError(\n lastInternalFileName,\n message +\n invalidImportMessage +\n '\\n\\nImport trace for requested module:\\n' +\n formattedModuleTrace\n )\n}\n"],"names":["formatModuleTrace","getModuleTrace","SimpleWebpackError","getDynamicCodeEvaluationError","message","module","compilation","compiler","moduleTrace","formattedModuleTrace","lastInternalFileName","invalidImportMessage"],"mappings":"AACA,SAASA,iBAAiB,EAAEC,cAAc,QAAQ,mBAAkB;AACpE,SAASC,kBAAkB,QAAQ,uBAAsB;AAEzD,OAAO,SAASC,8BACdC,OAAe,EACfC,MAA4B,EAC5BC,WAAgC,EAChCC,QAA0B;IAE1B,MAAM,EAAEC,WAAW,EAAE,GAAGP,eAAeI,QAAQC,aAAaC;IAC5D,MAAM,EAAEE,oBAAoB,EAAEC,oBAAoB,EAAEC,oBAAoB,EAAE,GACxEX,kBAAkBO,UAAUC;IAE9B,OAAO,IAAIN,mBACTQ,sBACAN,UACEO,uBACA,6CACAF;AAEN","ignoreList":[0]} |