Rocky_Mountain_Vending/.pnpm-store/v10/files/06/7a76a53e28fbc7b82f39ec0e8fd0258e3cab9ad4e0593f71ef088b9fb798ac72c5a8fa884b2519de434f2e50abd6f9edc8a4d8ebf310f2942552ee75ed5816
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.7 KiB
Text

{"version":3,"sources":["../../../../src/build/webpack/loaders/modularize-import-loader.ts"],"sourcesContent":["import path from 'path'\n\nexport type ModularizeImportLoaderOptions = {\n name: string\n join?: string\n from: 'default' | 'named'\n as: 'default' | 'named'\n}\n\n/**\n * This loader is to create special re-exports from a specific file.\n * For example, the following loader:\n *\n * modularize-import-loader?name=Arrow&from=Arrow&as=default&join=./icons/Arrow!lucide-react\n *\n * will be used to create a re-export of:\n *\n * export { Arrow as default } from \"join(resolve_path('lucide-react'), '/icons/Arrow')\"\n *\n * This works even if there's no export field in the package.json of the package.\n */\nexport default function transformSource(this: any) {\n const { name, from, as, join }: ModularizeImportLoaderOptions =\n this.getOptions()\n const { resourcePath } = this\n const fullPath = join\n ? path.join(path.dirname(resourcePath), join)\n : resourcePath\n\n return `\nexport {\n ${from === 'default' ? 'default' : name} as ${\n as === 'default' ? 'default' : name\n }\n} from ${JSON.stringify(fullPath)}\n`\n}\n"],"names":["transformSource","name","from","as","join","getOptions","resourcePath","fullPath","path","dirname","JSON","stringify"],"mappings":";;;;+BASA;;;;;;;;;;;CAWC,GACD;;;eAAwBA;;;6DArBP;;;;;;AAqBF,SAASA;IACtB,MAAM,EAAEC,IAAI,EAAEC,IAAI,EAAEC,EAAE,EAAEC,IAAI,EAAE,GAC5B,IAAI,CAACC,UAAU;IACjB,MAAM,EAAEC,YAAY,EAAE,GAAG,IAAI;IAC7B,MAAMC,WAAWH,OACbI,aAAI,CAACJ,IAAI,CAACI,aAAI,CAACC,OAAO,CAACH,eAAeF,QACtCE;IAEJ,OAAO,CAAC;;EAER,EAAEJ,SAAS,YAAY,YAAYD,KAAK,IAAI,EAC1CE,OAAO,YAAY,YAAYF,KAChC;OACI,EAAES,KAAKC,SAAS,CAACJ,UAAU;AAClC,CAAC;AACD","ignoreList":[0]}