irsyadadl's avatar

swal is not defined

var swal = require('sweetalert'); 

I try to put it into bootstrap.js, but it's not working at all. Then I try to call it in my blade view.

<script>
    swal({
      text: "Hello world!",
    });
</script>

I just get an error like this. swal is not defined

0 likes
1 reply

Please or to participate in this conversation.