-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello, I cloned this repo locally and inside example/create-react-app I run npm install, npm start. I get this error:
Failed to compile.
For the selected environment is no default script chunk format available:
JSONP Array push can be chosen when 'document' or 'importScripts' is available.
CommonJs exports can be chosen when 'require' or node builtins are available.
Make sure that your 'browserslist' includes only platforms that support these features or select an appropriate 'target' to allow selecting a chunk format by default. Alternatively specify the 'output.chunkFormat' directly.
I also tried to include this library into my project, but I am getting TS error (which I don't know how to fix)
error - TypeError: Url must be a string. Received undefined
Can someone pinpoint me to what to do? Is there a Codesandbox example of this library?
