dependency-injection-cat
Version:
DI Cat is a truly clean DI-container, which allows you not to pollute your business logic with decorators from DI/IOC libraries!
10 lines (9 loc) • 588 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var chalk_1 = __importDefault(require("chalk"));
var _1 = __importDefault(require("./"));
console.error(chalk_1.default.red('Warning: ReportDiErrorsPlugin is now deprecated new plugin will be used instead, please change plugin path from dependency-injection-cat/plugins/webpack/ReportDiErrors to dependency-injection-cat/plugins/webpack '));
exports.default = _1.default;