Konstantin Bläsi

Results 22 comments of Konstantin Bläsi

@IRod22 sorry to disappoint you but your development setup is not my concern, there are free and non free options and also I don't make any proposals here what the...

Quick fix: Modify node_modules/rxfire/auth/package.json to look like this ```json { "name": "rxfire/auth", "browser": "index.esm.js", "main": "index.cjs.js", "module": "index.esm.js", "typings": "index.d.ts", "sideEffects": false, "type": "module", "exports": { "import": "./index.esm.js", "require": "./index.cjs.js"...