是否可以使用babel(或webpack或任何其他方式)转换所有ES6语句
import X from Y;
/* file body */
进入
require.ensure(['Y'],
function() {
/* file body */
});
或者不是吗?
答案 0 :(得分:0)
.babelrc
{
"plugins": ["dynamic-import-webpack"]
}
https://github.com/airbnb/babel-plugin-dynamic-import-webpack