I struggle to make a very simple commonJS usage:
const Swal = require(\'sweetalert2\');
Swal.fire(\'Hello world!\');
What\'s w