diff --git a/CHANGELOG.md b/CHANGELOG.md index 12ca71d..10426c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/buildchain/webpack-configs/production.config.js b/buildchain/webpack-configs/production.config.js index 2184932..98b5e84 100644 --- a/buildchain/webpack-configs/production.config.js +++ b/buildchain/webpack-configs/production.config.js @@ -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'), }), ], diff --git a/composer.json b/composer.json index 73e1ab6..2fe88b6 100644 --- a/composer.json +++ b/composer.json @@ -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",