123456789101112131415161718192021 |
- import {
- __commonJS
- } from "./chunk-2LSFTFF7.js";
- // browser-external:fs
- var require_fs = __commonJS({
- "browser-external:fs"(exports, module) {
- module.exports = Object.create(new Proxy({}, {
- get(_, key) {
- if (key !== "__esModule" && key !== "__proto__" && key !== "constructor" && key !== "splice") {
- console.warn(`Module "fs" has been externalized for browser compatibility. Cannot access "fs.${key}" in client code. See http://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.`);
- }
- }
- }));
- }
- });
- export {
- require_fs
- };
- //# sourceMappingURL=chunk-BSDDCPAW.js.map
|