Decode-uri-component is CommonJS, which means I can't use it (webpack converts it, but web-dev-server which we use doesn't support it out of the box, and the rollup plugin which would add conversion is horribly broken in it).
Can decode-uri-component be made inline or such?
Or can we have a -lite version which only does stringify (I only need that), and which doesn't require Decode-uri-component ? :)