Uncaught SyntaxError: missing ) after argument list
js/popup.js:1209 (anonymous function)
Uncaught SyntaxError: missing ) after argument list
js/background.js:1209 (anonymous function)
Uncaught (in promise) [object Object]
js/chunk-vendors.cb8df399.js:7 (anonymous function)
The project is an empty setup with vue cli 4, including vuex and eslint.
In development mode the popup doesn't display anything, while the build files will display the helloworld component in the popup.
I just tried to setup a project with vue cli 4 and I got as far as generating the right output files with npm run serve and npm run build.
However the chrome extension logs several error messages:
found unexpected key 'browser_style'
"options_ui": { "page": "options.html", "browser_style": true },
Uncaught SyntaxError: missing ) after argument list
js/popup.js:1209 (anonymous function)
Uncaught SyntaxError: missing ) after argument list
js/background.js:1209 (anonymous function)
Uncaught (in promise) [object Object]
js/chunk-vendors.cb8df399.js:7 (anonymous function)
The project is an empty setup with vue cli 4, including vuex and eslint. In development mode the popup doesn't display anything, while the build files will display the helloworld component in the popup.