Skip to content

Commit

Permalink
Merge branch 'release/2.4.22' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 3, 2021
2 parents e43154b + 493b08a commit a42dc3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/craft Change Log

## 2.4.22 - 2021.02.02
### Fixed
* Fix setting that’d cause HMR to fail to work unless a production build existed

## 2.4.21 - 2021.02.02
### Changed
* Changed `return 0` to `exit 0` in the `composer.json` scripts
Expand Down
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/craft",
"description": "nystudio107 Craft 3.4 CMS scaffolding project",
"version": "2.4.21",
"version": "2.4.22",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit a42dc3e

Please sign in to comment.