flpvsk / gatsby-plugin-gtag

Gatsby plugin to add Google Analytics gtag.js (replacement for analytics.js) to a site.
MIT License
28 stars 12 forks source link

Use var instead of let #8

Closed kiley0 closed 5 years ago

kiley0 commented 5 years ago

Fixes Google Search Console error -- "Block-scoped declarations are not yet supported outside of strict mode"

flpvsk commented 5 years ago

Published as v1.0.8 Thanks for the patch, @kiley0!