Skip to content

Commit

Permalink
add -impl back to webpack config for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Jul 22, 2024
1 parent 0cd6d39 commit 5228223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_commons_booking_app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const clientConfigs = clientEntrypoints.map((clientEntrypoint) => {
}),
new HtmlWebpackPlugin({
template: clientEntrypoint.template,
filename: `${clientEntrypoint.filename}${isProd ? '' : ''}.html`,
filename: `${clientEntrypoint.filename}${isProd ? '' : '-impl'}.html`,
inlineSource: '^/.*(js|css)$', // embed all js and css inline, exclude packages from dynamic cdn insertion
scriptLoading: 'blocking',
inject: 'body',
Expand Down

0 comments on commit 5228223

Please sign in to comment.