From 7fda78ff2f50b508a25ed8168f480b1e384105a6 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 1 Dec 2021 14:06:15 +0100 Subject: [PATCH] disable legacy build for now --- vite.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"), ],