Maarten Stolte

Results 2 issues of Maarten Stolte

This is a pull request with fix from findings from running leaflet-map in polymer 2.0. Both fixes should also work in Polymer 1 I think, but be sure to test.

I'm trying to use esbuild-plugin-html with the esbuild-plugin-glob plugin to use it with several html files, like this: `[ "pages/**/*.html", "dynamic_pages/**/*.html"];` This breaks as the code now just uses the...