UNPKG

react-static-webpack-plugin

Version:

Build full static sites using React, React Router and Webpack

11 lines (7 loc) 208 B
"use strict"; function extractPath(string) { var match = string.match(/^https?:\/\/[^\/]*/); if (match == null) return string; return string.substring(match[0].length); } export default extractPath;