Closed Jack-Works closed 21 hours ago
close #45
BackgroundOptions.entry
pageEntry
serviceWorkerEntry
BackgroundOptions.manifest
noWarningDynamicEntry
noDynamicEntryWarning
background.pageEntry
background.serviceWorkerEntry
devServer.hot
only
output.environment.dynamicImport
true
output.hotUpdateChunkFilename
hot/[id].[fullhash].js
output.hotUpdateMainFilename
hot/[runtime].[fullhash].json
close #45
BackgroundOptions.entry
is removed. UsepageEntry
and/orserviceWorkerEntry
instead.BackgroundOptions.manifest
is removed.noWarningDynamicEntry
has been renamed tonoDynamicEntryWarning
.background.pageEntry
cannot be the same asbackground.serviceWorkerEntry
.devServer.hot
is set toonly
by default.output.environment.dynamicImport
is set totrue
by default.output.hotUpdateChunkFilename
is set tohot/[id].[fullhash].js
by default.output.hotUpdateMainFilename
is set tohot/[runtime].[fullhash].json
by default.