next.js
777957e6 - Compile native-url and node-libs-browser (#30032)

Commit
4 years ago
Compile native-url and node-libs-browser (#30032) This prevents useless warnings about querystring. ``` warning next > native-url > querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. warning next > node-libs-browser > url > querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. ```
Author
Parents
Loading