generated from PackagrIO/goweb-template
-
-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
I'm seeing this error in the js console, coming from the included oauth4webapi library.
fasten-onprem/frontend/angular.json
Line 79 in 7d07157
| "node_modules/@panva/oauth4webapi/build/index.js" |
SyntaxError: Unexpected token 'export' (at oauth4webapi.js:91:1)
I believe this is because this file is a module which can't be included directly without using type="module" in the script tag. But angular doesn't support this because anything that is a module should be included in the main bundle.
So, where is this being used and is it actually working?
Flavor
Docker
Version
dev
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working