Skip to content

Commit

Permalink
Fix setting that’d cause HMR to fail to work unless a production buil…
Browse files Browse the repository at this point in the history
…d existed

Signed-off-by: Andrew Welch <[email protected]>
  • Loading branch information
khalwat committed Feb 3, 2021
1 parent 9a8bb66 commit 6509803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/config/twigpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'publicPath' => App::env('TWIGPACK_DEV_SERVER_PUBLIC_PATH'),
],
// Bundle to use with the webpack-dev-server
'devServerBuildType' => 'combined',
'devServerBuildType' => 'modern',
// Whether to include a Content Security Policy "nonce" for inline
// CSS or JavaScript. Valid values are 'header' or 'tag' for how the CSP
// should be included. c.f.:
Expand Down

0 comments on commit 6509803

Please sign in to comment.