Igor

Results 3 comments of Igor

Hi, try to update plugin. Open File -> settings -> Pugins -> Discrod Integration.

> I already had the latest version when I was getting the error. I uninstalled the plugin for now. I might download the plugin again if the issue is solved....

in my case, i used ssr.jsx in input of laravel function call (-_-')\ ``` plugins: [ laravel({ input: 'resources/js/ssr.jsx', // -> need input: 'resources/js/app.jsx' ssr: 'resources/js/ssr.jsx', refresh: true, }), react(),...