UNPKG

bizroad-webpack-plugin

Version:
6 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fileCheck = void 0; var fileCheck = function (path) { return !/^[\.|\/]/.test(path) || path.includes('node_module'); }; exports.fileCheck = fileCheck; //# sourceMappingURL=fileCheck.js.map