UNPKG

@farmfe/core

Version:

Farm is a extremely fast web build tool written in Rust. Farm can start a project in milliseconds and perform HMR within 10ms, making it much faster than similar tools like webpack and vite.

5 lines 133 B
const postfixRE = /[?#].*$/; export function cleanUrl(url) { return url.replace(postfixRE, ''); } //# sourceMappingURL=url.js.map