Closed shurik239 closed 6 years ago
It looks like the issue is this ES6 feature
function encode(input, encoding = "utf8") {
(using a default value for a function parameter).
From the docs, it looks like this module needs to compile their code to ES5 and then published to npm.
Can we get a discussion going on this one? Why would a lib that is so integral to many other libs not be compatible with minification?
We are going to target es5 instead of es6 which fixes this and a couple other issue
By trying to build react application it comes to error:
They suggest:
base64url: 3.0.0 react-scripts: 1.1.4