You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like all gatsby-* files, the code is not processed by Babel. If you want to use JavaScript syntax which isn’t supported by your version of Node.js, you can place the files in a src subfolder and build them to the plugin folder root.
The file commons.js uses ES6 syntax - which is bundled in gatsby-browser.js, but not transpiled by WebPack / Babel - causing failures in IE11
The text was updated successfully, but these errors were encountered:
From the Gatsby documentation
The file
commons.js
uses ES6 syntax - which is bundled in gatsby-browser.js, but not transpiled by WebPack / Babel - causing failures in IE11The text was updated successfully, but these errors were encountered: