I use SweetAlert2 for my project. I use VueJS and vue-cli-service with webpack.
As I wanted to use the boostrap-4 theme, I followed the instructions :
npm i npm install @sweetalert2/theme-bootstrap-4
And I included this css in the index.html
<link rel="stylesheet" href="@sweetalert2/themes/bootstrap-4/bootstrap-4.css">
But it only results in a 404 error, and of course, the theme is not showing. I don't seem to understand how it is supposed to work and what is wrong.
Thanks for any help.