Vite config for Vue 3 front end and Vue 2 for building Fieldtypes #8265
Replies: 1 comment 1 reply
-
I'm not sure that you can have two different versions of Vue required at the same time, so maybe you can try putting your CP build tooling in a separate directory from your app's.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having issues when registering a component to be used in the control panel.
In the docs it shows how to add assets to you build process like this:
But my config is already using vue 3 and looks like this:
What should a vite config look like for using vue 3 and vue 2? Or should I be using a different solution altogether?
Beta Was this translation helpful? Give feedback.
All reactions