Related plugins
Describe the bug
Hi,
I am working on developing an new application using Vue3 + Vite + Okta Vue and Codebuild.
These are the below libraries I am using in my application
@okta/okta-auth-js, @okta/okta-vue,
When I am try running application in my local machine in dev mode it is working. But when I build then I guess rollup is not able to import them properly.
Reproduction
I've tried it on an empty Vue3 project with Vite and vue-router, just adding the Okta components.
Create a project following the Vue v3 using vite
Add okta widget as in the basic Okta guide for Vue v3 (https://developer.okta.com/docs/guides/sign-in-to-spa-authjs/vue/main/)
npm install @okta/okta-auth-js
npm install @okta/okta-vue
Now try to run it
npm run dev
And I get the error:
[vite] Optimizable dependencies detected:
@okta/okta-auth-js, @okta/okta-vue, vue
Steps to reproduce
No response
System Info
I am using Mac OS,
Node version 20.9.0
Vite 5.3.1
Vue 3.4.29
Used Package Manager
npm
Logs
No response
Validations
Related plugins
plugin-vue
plugin-vue-jsx
Describe the bug
Hi,
I am working on developing an new application using Vue3 + Vite + Okta Vue and Codebuild.
These are the below libraries I am using in my application
@okta/okta-auth-js, @okta/okta-vue,
When I am try running application in my local machine in dev mode it is working. But when I build then I guess rollup is not able to import them properly.
Reproduction
I've tried it on an empty Vue3 project with Vite and vue-router, just adding the Okta components.
Create a project following the Vue v3 using vite
Add okta widget as in the basic Okta guide for Vue v3 (https://developer.okta.com/docs/guides/sign-in-to-spa-authjs/vue/main/)
npm install @okta/okta-auth-js
npm install @okta/okta-vue
Now try to run it
npm run dev
And I get the error:
[vite] Optimizable dependencies detected:
@okta/okta-auth-js, @okta/okta-vue, vue
Steps to reproduce
No response
System Info
Used Package Manager
npm
Logs
No response
Validations