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 integrate react-loadable and typescript with razzle as the example does.
But when i test it in IE 11. unexpected error occurred.
bundle.61eb9c53.js Syntax error
and this line leads to syntax error var ve=class extends r.Component
It seems it didn't correctly transpile to es5 which IE 11 runs
the other error is Object doesn't support property or method 'main'
I integrate react-loadable and typescript with razzle as the example does.
But when i test it in IE 11. unexpected error occurred.
bundle.61eb9c53.js Syntax error
and this line leads to syntax error
var ve=class extends r.Component
It seems it didn't correctly transpile to es5 which IE 11 runs
the other error is
Object doesn't support property or method 'main'
Here is the razzle.config.js
Am i wrong?
I also tried adding
"es2015"
in .babelrc but it seems doesn't work,could you give me a hand? Thanks in advance
Here is the mininal-demo-project
The text was updated successfully, but these errors were encountered: