webpack5 打包后为何最外层使用的是箭头函数包裹,能否去掉?
資深大佬 : SystemLight 6
webpack5 打包后如下,并非 babel 配置问题,包裹内的代码没有问题。
(()=>{"use strict";console.log("hello")})();
大佬有話說 (1)
webpack5 打包后如下,并非 babel 配置问题,包裹内的代码没有问题。
(()=>{"use strict";console.log("hello")})();