[SOLVED] - Dynamic import not working

Try to remove meteor-node-stubs from your code as much as you can. You are trying to increase performance by code-splitting, but it is negated by the size of that package

2 Likes

Wonder if there’s any other trick that needs to be done for Meteor to handle this?

When creating a new project, it works out of the box.
Are you having any problems with it @obertamorss?

1 Like

No, now worked. Thanks for the reply.