UNPKG

bizroad-webpack-plugin

Version:
9 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.handlePath = void 0; var handlePath = function (path, _a) { var context = _a.context; return path.split(context).reverse()[0]; }; exports.handlePath = handlePath; //# sourceMappingURL=handlePath.js.map