UNPKG

469 BJavaScriptView Raw
1"use strict";
2var webpack_store_1 = require('./webpack-store');
3function WebpackState(namespaceOrConfig, config) {
4 function decoratorFactory(target, decoratedPropertyName, descriptor) {
5 var _this = this;
6 webpack_store_1.WebpackStore.select(target, function () { return _this[decoratedPropertyName]; });
7 return descriptor;
8 }
9 return decoratorFactory;
10}
11exports.WebpackState = WebpackState;
12//# sourceMappingURL=webpack-decorator.js.map
\No newline at end of file