static-web-minify 1.0.0

Minimfy css, js, html file as an inline const in your high-performance compiled web application
Documentation
1
2
3
4
5
6
7
8
function a() {
    let a = '1';
    
    if (a == 1) {
        console.log(a);
    }
}