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,
|
||||
},
|
||||
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"),
|
||||
],
|
||||
|
|
Reference in a new issue