tsconfig-paths-webpack-plugin
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -8,4 +8,10 @@ # Change Log | ||
## [Unreleased](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.5.0...master) | ||
## [Unreleased](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.5.1...master) | ||
## [3.5.1](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.5.0...3.5.0) - 2021-03-16 | ||
### Fixed | ||
- Remove `console.log` from `plugin.ts` [#72](https://github.com/dividab/tsconfig-paths-webpack-plugin/pull/72). Thanks to [@visualfanatic](https://github.com/visualfanatic) for this fix! | ||
## [3.5.0](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.4.1...3.5.0) - 2021-03-15 | ||
@@ -29,3 +35,2 @@ | ||
## [3.3.0](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.2.0...3.3.0) - 2020-07-29 | ||
@@ -184,3 +189,1 @@ | ||
- First release. | ||
@@ -9,3 +9,2 @@ "use strict"; | ||
const Logger = require("./logger"); | ||
const util_1 = require("util"); | ||
const getInnerRequest = require("enhanced-resolve/lib/getInnerRequest"); | ||
@@ -103,3 +102,2 @@ class TsconfigPathsPlugin { | ||
} | ||
console.log(`Returning with path ${util_1.inspect({ result2 }, false, 4, true)}`); | ||
// tslint:disable-next-line:no-any | ||
@@ -106,0 +104,0 @@ callback(undefined, result2); |
{ | ||
"name": "tsconfig-paths-webpack-plugin", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Load modules according to tsconfig paths in webpack.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
61077
988