As noted in #271.
The default targets is IE9 but my project targets IE11 and above and I would like to see all the var
declarations disappear and only have let
and const
(which is supported by IE11).
I'm looking for a work-around but the ideal nuxt behaviour would be to read the browserslist
just like PostCSS/Less etc does.