Eugene Barsky
Eugene Barsky

Reputation: 6002

How to transpile inline and external JavaScript in an HTML to ES5

I have HTML files with script tags, containing either ES6 code or CDN links to modern JavaScript libraries (such as lodash). I need to have all the code in ES5, since it's required by the Prince software for converting them to HTML. Is there a way to solve this problem?

Upvotes: 1

Views: 66

Answers (0)

Related Questions