tsconfig-paths-webpack-plugin
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -10,2 +10,8 @@ # Change Log | ||
## [3.0.4] - 2018-04-17 | ||
### Fixed | ||
* Add missing module dependency [#15](https://github.com/dividab/tsconfig-paths/pull/15). Thanks to [@darlanalves](https://github.com/darlanalves) for this fix! | ||
## [3.0.3] - 2018-03-31 | ||
@@ -117,3 +123,4 @@ | ||
[unreleased]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.3...master | ||
[unreleased]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.4...master | ||
[3.0.4]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.4...3.0.4 | ||
[3.0.3]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.2...3.0.3 | ||
@@ -120,0 +127,0 @@ [3.0.2]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.1...3.0.2 |
{ | ||
"name": "tsconfig-paths-webpack-plugin", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Load modules according to tsconfig paths in webpack.", | ||
@@ -17,2 +17,3 @@ "main": "index.js", | ||
"@types/node": "^8.0.9", | ||
"enhanced-resolve": "^4.0.0", | ||
"husky": "^0.14.3", | ||
@@ -19,0 +20,0 @@ "lint-staged": "^6.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
200525
15