Describe the bug
I started a fresh Nuxt project - this project runs on my local machine with no issues. I followed your instructions to add this library as a Nuxt plugin - it compiles with no linting or compilation errors, but all I get in my browser is "Unexpected token 'export'"
To Reproduce
Steps to reproduce the behavior:
Create a fresh Nuxt project using npx create-nuxt-app googleauth
Confirm everything works on your local machine
Add this library with npm install
Create the plugin file as per instructions
Add the plugin to nuxt.config.js as per instructions
Expected behavior
To work and be available to develop with
Desktop (please complete the following information):
Describe the bug I started a fresh Nuxt project - this project runs on my local machine with no issues. I followed your instructions to add this library as a Nuxt plugin - it compiles with no linting or compilation errors, but all I get in my browser is "Unexpected token 'export'"
To Reproduce Steps to reproduce the behavior:
npx create-nuxt-app googleauth
Expected behavior To work and be available to develop with
Desktop (please complete the following information):