disable legacy build for now

This commit is contained in:
Bruno Windels 2021-12-01 14:06:15 +01:00
parent 70c1e4e3ed
commit 7fda78ff2f
1 changed files with 5 additions and 5 deletions

View File

@ -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"),
],