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
No description provided.
The text was updated successfully, but these errors were encountered:
我能想到的就是路由按需加载(懒加载) 三种写法: 1.require.ensure(dependencies: String[], callback: function(require), chunkName: String),会将chunkName一样的打包在一个js里 2resolve => require(['路径'], resolve),会按照路由打包成多个js 3.() => import('路径'),会按照路由打包成多个js
Sorry, something went wrong.
服务端渲染才是最终解决方案吧
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: