chunk-BSDDCPAW.js 671 B

123456789101112131415161718192021
  1. import {
  2. __commonJS
  3. } from "./chunk-2LSFTFF7.js";
  4. // browser-external:fs
  5. var require_fs = __commonJS({
  6. "browser-external:fs"(exports, module) {
  7. module.exports = Object.create(new Proxy({}, {
  8. get(_, key) {
  9. if (key !== "__esModule" && key !== "__proto__" && key !== "constructor" && key !== "splice") {
  10. 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.`);
  11. }
  12. }
  13. }));
  14. }
  15. });
  16. export {
  17. require_fs
  18. };
  19. //# sourceMappingURL=chunk-BSDDCPAW.js.map