We have to integrate alertifyjs to magento2 integration, please find the below link http://alertifyjs.com/
all magento2 alerts should be in the above link
Thanks
We have to integrate alertifyjs to magento2 integration, please find the below link http://alertifyjs.com/
all magento2 alerts should be in the above link
Thanks
requirejs-config.js
in your theme, just add new entry in shim if exists or create key shim in config. var config = {
"shim": {
"js/alertify.min": []
}
};