webpack4-learn icon indicating copy to clipboard operation
webpack4-learn copied to clipboard

:memo: blog:https://itxiaohao.github.io/passages/webpack4-learn-introduction/

Results 1 webpack4-learn issues
Sort by recently updated
recently updated
newest added
trafficstars

你好,我想请问一下demo5里面,如果a.js跟b.js,在index.js,不是异步引进而是直接import './a.js',这是common.js,是切割不出去的,请问有什么办法解决吗?