time-analytics-webpack-plugin
Version:
analytize the time of loaders and plugins
10 lines • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WEBPACK_WEAK_MAP_ID_KEY = exports.PACKAGE_NAME = void 0;
exports.PACKAGE_NAME = 'time-analytics-webpack-plugin';
/**
* Only `compilation`/`compiler` will have this unqiue key
*/
// A symbol might be better, but it's fine and string is good to debug.
exports.WEBPACK_WEAK_MAP_ID_KEY = '__webpack_weak_map_Id';
//# sourceMappingURL=const.js.map