You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my Symfony/VueJS/Vuetify project I am trying to use package vuetify tiptap WYSIWYG-editor. However, here: iliyaZelenko/tiptap-vuetify#248 (comment) I can read that I need to add: transpileDependencies: [ /[\\/]node_modules[\\/]tiptap.*/ ],
to module.exports in "config.vue.js". But this file is only parsed if using vue-cli -- which I am not.
Could someone help me figure out the syntax for adding transpilingDependencies to webpack.config.js?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
In my Symfony/VueJS/Vuetify project I am trying to use package vuetify tiptap WYSIWYG-editor. However, here: iliyaZelenko/tiptap-vuetify#248 (comment) I can read that I need to add:
transpileDependencies: [ /[\\/]node_modules[\\/]tiptap.*/ ],
to module.exports in "config.vue.js". But this file is only parsed if using vue-cli -- which I am not.
Could someone help me figure out the syntax for adding transpilingDependencies to webpack.config.js?
Thanks in advance!
The text was updated successfully, but these errors were encountered: