oschwede
oschwede
Is your username within credentials.json still correct? I had an issue where login failed after restarting spotify-connect-web. It turned out that the first character of my username was missing in...
Using a `resolve.alias` configuration of `{ "json2csv": "json2csv/dist/json2csv.umd.js" }` works as well and does not break the TypeScript definitions.
We had the quarter logic working with v5 by extending `MomentUtils` and overriding the month-related logic (formatting, modifications, ...) with existing quarter functions that are already supported by moment. Specifically...