Closed michenly closed 7 years ago
Hmm I feel this might break as well for the client bundle. Can we maybe do const {parse} = require('url');
only in the branch where we know that we are on the server? That should work 100% of the time I think.
The linter complain about it
src/url.ts[1, 14]: require() style import is forbidden
just disabled it for this case?
Yeah, just disable it.
change how we import
url