Gatsby: Gatsby Develop not working on IE11

Created on 19 Jul 2020  路  3Comments  路  Source: gatsbyjs/gatsby

Site works fine when built in production. When in development get this error:

image

Which points to this:

const { hot } = __webpack_require__(/*! react-hot-loader/root */ "./node_modules/react-hot-loader/root.js")

Any ideas? Have looked over previous similar issues but cannot seem to resolve it.

What should happen?

Page should load

What happened.

White screen

  System:
    OS: Windows 10 10.0.18363
    CPU: (8) x64 Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
  Binaries:
    Node: 10.15.1 - C:\Program Files\nodejs\node.EXE     
    Yarn: 1.22.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
    npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
  Languages:
    Python: 3.7.2
  Browsers:
    Edge: 44.18362.449.0
  npmPackages:
    gatsby: ^2.22.22 => 2.24.3
    gatsby-image: ^2.4.0 => 2.4.0
    gatsby-plugin-google-analytics: ^2.2.4 => 2.2.4
    gatsby-plugin-manifest: ^2.4.0 => 2.4.0
    gatsby-plugin-netlify-cms: ^4.3.0 => 4.3.0
    gatsby-plugin-offline: ^3.1.4 => 3.1.4
    gatsby-plugin-react-helmet: ^3.2.4 => 3.2.4
    gatsby-plugin-react-svg: ^3.0.0 => 3.0.0
    gatsby-plugin-sass: ^2.2.3 => 2.2.3
    gatsby-plugin-sharp: ^2.6.0 => 2.6.0
    gatsby-source-filesystem: ^2.3.0 => 2.3.0
    gatsby-transformer-json: ^2.3.1 => 2.3.1
    gatsby-transformer-sharp: ^2.4.4 => 2.4.4
  npmGlobalPackages:
    gatsby-cli: 2.12.5
webpacbabel bug

Most helpful comment

Yeah, same issue here. :(

All 3 comments

Yeah, same issue here. :(

same here. if somehow we can transpile object destructuring in common.js then i guess the error can be fixed.

I getting type error with regex within common.js. Could be connected to this issue.

Going to look into the code more that being generated.

Was this page helpful?
0 / 5 - 0 ratings