disable legacy build for now
This commit is contained in:
parent
70c1e4e3ed
commit
7fda78ff2f
1 changed files with 5 additions and 5 deletions
|
@ -32,11 +32,11 @@ export default {
|
||||||
polyfillModulePreload: false,
|
polyfillModulePreload: false,
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
legacyBuild(path.join(__dirname, "src/platform/web/index.html?html-proxy&index=0.js"), {
|
// legacyBuild(path.join(__dirname, "src/platform/web/index.html?html-proxy&index=0.js"), {
|
||||||
"./Platform": "./LegacyPlatform"
|
// "./Platform": "./LegacyPlatform"
|
||||||
}, "hydrogen-legacy", [
|
// }, "hydrogen-legacy", [
|
||||||
'./legacy-polyfill',
|
// './legacy-polyfill',
|
||||||
]),
|
// ]),
|
||||||
injectWebManifest("assets/manifest.json"),
|
injectWebManifest("assets/manifest.json"),
|
||||||
injectServiceWorker("sw.js"),
|
injectServiceWorker("sw.js"),
|
||||||
],
|
],
|
||||||
|
|
Reference in a new issue