symfony / webpack-encore

A simple but powerful API for processing & compiling assets built around Webpack
https://symfony.com/doc/current/frontend.html
MIT License
2.23k stars 198 forks source link

How can I transpileDependencies when using webpack encore #1242

Open nimonimonimo opened 10 months ago

nimonimonimo commented 10 months ago

Hi,

In my Symfony/VueJS/Vuetify project I am trying to use package vuetify tiptap WYSIWYG-editor. However, here: https://github.com/iliyaZelenko/tiptap-vuetify/issues/248#issuecomment-749354197 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!

carsonbot commented 2 weeks ago

Thank you for this issue. There has not been a lot of activity here for a while. Has this been resolved?

nimonimonimo commented 2 weeks ago

Seem like it is still the same behavior -- ie: the dependencies are not transpiled.