dependency-injection-cat
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "dependency-injection-cat", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
@@ -47,6 +47,6 @@ "use strict"; | ||
var PLUGIN_NAME = 'DI-Cat Webpack Plugin'; | ||
var default_1 = /** @class */ (function () { | ||
function default_1() { | ||
var DICatWebpackPlugin = /** @class */ (function () { | ||
function DICatWebpackPlugin() { | ||
} | ||
default_1.prototype.apply = function (compiler) { | ||
DICatWebpackPlugin.prototype.apply = function (compiler) { | ||
compiler.hooks.afterEmit.tap(PLUGIN_NAME, reportDIErrorsHook); | ||
@@ -96,7 +96,7 @@ compiler.hooks.done.tap(PLUGIN_NAME, function () { | ||
}; | ||
return default_1; | ||
return DICatWebpackPlugin; | ||
}()); | ||
exports.default = default_1; | ||
exports.default = DICatWebpackPlugin; | ||
function buildWebpackError(message) { | ||
return new Error(message); | ||
} |
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
237697
126
4480