UNPKG

webpack-hot-middleware

Version:
10 lines (8 loc) 168 B
var parse = require('url').parse; exports.pathMatch = function (url, path) { try { return parse(url).pathname === path; } catch (e) { return false; } };