Closed adamstankiewicz closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.41%. Comparing base (
c878cce
) to head (20deb19
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description:
Without defining the
app
entrypoint explicitly,HtmlWebpackPlugin
does not have assets available forapp
when its referenced in thechunks
option.The
webpack.common.config.js
in frontend-build defines anapp
entrypoint, but the frontend-platform example app overrides it.Merge checklist:
frontend-platform
. This can be done by runningnpm start
and opening http://localhost:8080.module.config.js
file infrontend-build
.fix
,feat
) and is appropriate for your code change. Consider whether your code is a breaking change, and modify your commit accordingly.Post merge: