Yes, You Should Learn Vanilla JavaScript Before Fancy JS Frameworks
rc0 => release
How to Bundle JavaScript With Rollup
Polymer 2.0 preview
babili (babel-minify)
// Example ES2015 Code
class Mangler {
constructor(program) {
this.program = program;
}
}
/**
* without this it would just output
* nothing since Mangler isn't used
*/
new Mangler();