Rocky_Mountain_Vending/.pnpm-store/v10/files/ee/8b2a23268077dfc484ed0ea6c903f7ac8f7567bd2127ad1a1ebc7fb99bd49e06c4289aacd580f1ce8ce5468c9ce1bb8a68c29a9b3115598597d1fa9fed7977
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

22 lines
No EOL
632 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, /**
* Depending on if Rspack is active or not, returns the appropriate set of
* webpack-compatible api.
*
* @returns webpack bundler
*/ "default", {
enumerable: true,
get: function() {
return getWebpackBundler;
}
});
const _webpack = require("next/dist/compiled/webpack/webpack");
const _getrspack = require("./get-rspack");
function getWebpackBundler() {
return process.env.NEXT_RSPACK ? (0, _getrspack.getRspackCore)() : _webpack.webpack;
}
//# sourceMappingURL=get-webpack-bundler.js.map