We have realized when working in hubspot modules that the ES6 javascript we write does not work with IE11, meaning it is not being compiled down to es5. How do we make this happen with hubspot CMS?
Ok, thanks, so I was thinking using typescript to compile down to es5 and then use 'hs watch' to listen out for when a module file is saved and compiled? Would that work well?
Ok, thanks, so I was thinking using typescript to compile down to es5 and then use 'hs watch' to listen out for when a module file is saved and compiled? Would that work well?