我在webpack 里配置了不编译第三方模块
假设有下面这样一个模块
module A
export default function () {}
编译后 export 就变成 commonjs模块了, 这是为什么? 模块化语法一定会被转为commonjs语法吗?
烙印99
相关分类