Michał Stachura
Michał Stachura
https://github.com/Maronato/vue-toastification/issues/341#issuecomment-1295504287 this helps. Also if you want get rid of IDE warnings with import Toast this way, you can simply add `// @ts-ignore` before import. ``` // @ts-ignore import Toast...
I have the same problem with `build`
Thank you @liuly0322 for your hint. I saw that task you mentioned above. Unfortunatelly it does not work. My `package.json` is: ```json { "name": "nuxt-app", "private": true, "type": "module", "overrides":...