谭鹏飞

Results 5 issues of 谭鹏飞

“在Webpack中有两种异步加载的方式——import函数及require.ensure” 我看书中有这句话,但是我知道的在webpack中是可以对 if(condition){ // module-path是动态计算的值 require(module-path); // 根据条件执行模块, 那么这个方式是否也算是动态(异步?)加载的呢(和书中这句话表达的异步加载这里有区别吗?) } 找了半天都没理解对这些到底有啥区别,或者说 书中这句话漏了require这个情况?

https://googlechrome.github.io/samples/classes-es6/index.html ![image](https://user-images.githubusercontent.com/40135699/198812722-a28226a0-57a9-4f74-b52a-7d2f7d1fd327.png) Maximum call stack size exceeded at set area

请大佬帮忙看下wistle报这个错误是啥原因?