UNPKG

time-analytics-webpack-plugin

Version:
10 lines 438 B
"use strict"; 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