diff --git a/vite.config.js b/vite.config.js index 9cc7e4f3..d72dba6f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -32,11 +32,11 @@ export default { polyfillModulePreload: false, }, plugins: [ - legacyBuild(path.join(__dirname, "src/platform/web/index.html?html-proxy&index=0.js"), { - "./Platform": "./LegacyPlatform" - }, "hydrogen-legacy", [ - './legacy-polyfill', - ]), + // legacyBuild(path.join(__dirname, "src/platform/web/index.html?html-proxy&index=0.js"), { + // "./Platform": "./LegacyPlatform" + // }, "hydrogen-legacy", [ + // './legacy-polyfill', + // ]), injectWebManifest("assets/manifest.json"), injectServiceWorker("sw.js"), ],