How to configure parcel to support Web Components in Vue 3? #8822
Answered
by
mischnic
TobiasSchikora
asked this question in
Q&A
-
Hallo! We tried to implement a custom element in our vue app. We got the following message:
I did not find an answer how to configure isCustomElement in parcel 2 (vue 3). I found this: #8030 but I don’t know where to configure it. Can anybody please help to get it run? Thank you very much! Greets, |
Beta Was this translation helpful? Give feedback.
Answered by
mischnic
Feb 10, 2023
Replies: 1 comment 1 reply
-
One of these files: parcel/packages/transformers/vue/src/VueTransformer.js Lines 26 to 33 in adb01fe containing e.g.
(or |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mischnic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of these files:
parcel/packages/transformers/vue/src/VueTransformer.js
Lines 26 to 33 in adb01fe
containing e.g.
(or
module.exports = { ... }
)