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
I'm supporting IE8 (I know, I know) in a project, and using react hot loader in dev, then looking at swapping out Nerv or Preact in production to support older browsers. (Yup all sounds crazy). But anyway, the following line is causing an error:
Module parse failed: Unexpected token. You may need an appropriate loader to handle this file type.
Anyway, I think I can get round this using the babel-plugin-transform-es3-member-expression-literals plugin instead (similar to reduxjs/redux#1688) but raising it here in case anyone else encounters the same problem.
The text was updated successfully, but these errors were encountered:
I'm supporting IE8 (I know, I know) in a project, and using react hot loader in dev, then looking at swapping out Nerv or Preact in production to support older browsers. (Yup all sounds crazy). But anyway, the following line is causing an error:
at:
I've create a simpler repro scenario to demonstrate the actual issue:
Repro steps
Run the following:
Expected result
Actual result
Anyway, I think I can get round this using the babel-plugin-transform-es3-member-expression-literals plugin instead (similar to reduxjs/redux#1688) but raising it here in case anyone else encounters the same problem.
The text was updated successfully, but these errors were encountered: