generate-webpack-config
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.3.4](https://github.com/namics/webpack-config-plugins/compare/v1.3.3...v1.3.4) (2019-06-09) | ||
### Bug Fixes | ||
* **cli:** update clean-webpack-plugin and remove unneeded argument ([#54](https://github.com/namics/webpack-config-plugins/issues/54)) ([74f0497](https://github.com/namics/webpack-config-plugins/commit/74f0497)) | ||
## [1.3.3](https://github.com/namics/webpack-config-plugins/compare/v1.3.2...v1.3.3) (2019-01-20) | ||
@@ -8,0 +19,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"repository": "https://github.com/namics/webpack-config-plugins.git", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"author": "Namics AG - Technology & Application", | ||
@@ -51,2 +51,3 @@ "license": "MIT", | ||
"test": "jest", | ||
"test-update": "jest --updateSnapshot", | ||
"prepublishOnly": "webpack" | ||
@@ -63,3 +64,3 @@ }, | ||
"rimraf": "2.6.3", | ||
"ts-config-webpack-plugin": "^1.3.1", | ||
"ts-config-webpack-plugin": "^1.3.4", | ||
"ts-jest": "23.10.5", | ||
@@ -74,3 +75,3 @@ "typescript": "3.2.2", | ||
}, | ||
"gitHead": "7c9cec950606ffa15c849cb9cefb7fe059b6c739" | ||
"gitHead": "3a9b8e1e25b6785439bbbdc0027fe09a1349696a" | ||
} |
Sorry, the diff of this file is too big to display
594286