We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import('path/to/modue').then(m=>{})
I can‘t split my app withimport('path/to/modue').then(m=>{}) and the Doc of create-react-app about ’code-spliting‘ has no content
The text was updated successfully, but these errors were encountered:
Support for dynamic import has been added to master (#1538) but it has not been released yet 😅
master
For 0.9.x please use require.ensure('path/to/module, (r) => {}) for code splitting.
0.9.x
require.ensure('path/to/module, (r) => {})
Sorry, something went wrong.
Yea, please use require.ensure for now. We'll add the doc and support for dynamic imports in 0.10.
require.ensure
Please help beta test the new version that includes this change! #2172
No branches or pull requests
I can‘t split my app with
import('path/to/modue').then(m=>{})
and the Doc of create-react-app about ’code-spliting‘ has no content
The text was updated successfully, but these errors were encountered: