t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.39k stars 2.84k forks source link

Cannot find non minified js version #899

Closed cholakovdev closed 5 years ago

cholakovdev commented 5 years ago

I am trying but i cannot generate the non minified js version of the code. I am willing to pay to someone who can send me the non minified js version with full variable names.

lionralfs commented 5 years ago

If you clone the repo, you should be able to generate non-minified code by just running ./node_modules/.bin/webpack in the project root.