[solved] In meteor 1.10.2, the loadable code cannot be used to split the package

I tried npdev-react-loadable, @loadable/component, and react-loadable, and there were errors,

After upgrading to meteor 1.10.2, error report,Tried npdev:react-loadable@1.0.0-beta.1 and npdev:react-loadable@1.0.0-beta.2,Will find errors

image

How to reproduce this problem, just create meteor application, add npdev-reacty-loadable, use immediate error reporting

I think this is a big problem, I deliberately tried to create a new project to test, nothing to do, just introduce npdev-reacty-loadable, like this

thanks

When we tested the @loadable/component package, we found that there would be an error as well. That would be a problem

This is an error using @loadable/component

image

image

image

image

If so, I’ll test the original react-loadable to see if an error occurs,Then, sure enough, mistakes happen

image

在更新到 npdev:react-loadable@1.0.0-beta.3 之后,该问题已解决。