Skip to content

Commit

Permalink
Merge branch 'release/2.4.2' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Nov 12, 2020
2 parents e701b63 + 5a6677c commit 84205a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# nystudio107/craft Change Log

## 2.4.1- 2020.11.11
## 2.4.2 - 2020.11.11
### Fixed
* Removed unused `path` attribute passed to `MiniCssExtractPlugin` in the `production.config.js`

## 2.4.1 - 2020.11.11
### Changed
* Sync Craft version

Expand Down
1 change: 0 additions & 1 deletion buildchain/webpack-configs/production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module.exports = (type = 'modern', settings) => {
},
plugins: [
new MiniCssExtractPlugin({
path: path.resolve(__dirname, settings.paths.dist),
filename: path.join('./css', '[name].[contenthash].css'),
}),
],
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.1",
"version": "2.4.2",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 84205a4

Please sign in to comment.