Closed damusix closed 1 year ago
The legacy Nodejs url
module didn't require the base
like the URL
instance does. It's an ergonomic decision that I will need to re-evaluate in https://github.com/GianlucaGuarini/rawth/
Stay tuned :)
I was able to fix this in webpack 5.75 by running npm install url
.
Fixed in v9.0.0
Culprit is in
route.esm.js
This fixes it
Any reason to
require('url')
sinceURL
is standard in both Node and Browser?