gobble-buble-html
v0.0.2
Published
Convert javascript tags in HTML files from ES2015 -> ES5 using Buble.
Downloads
2
Readme
gobble-buble-html
Do you like to put JavaScript in script tags in your HTML? Do you like to use ES2015 features? Do you like to stay older-browser friendly?
Well then good news! This gobble plugin will hunt through your HTML sources, find any plain scripts and scripts with type text/javascript, use Buble to transpile the ES2015, and dump it back into the tag as ES5.
License MIT