using import () syntax to load the module asynchronously in the typescript+react project built by create-react-app, it is found that everything is normal in the development environment. The module can be loaded in NODE_ENV = production , but the code c...