装载机
这类似于 ,但适用于JavaScript 。 它会扫描您的代码,并仅应用所需的polyfill。
安装
$ npm i -S autopolyfiller-loader
用法
module: {
rules : [ {
enforce : 'post' ,
test : / \. js $ / ,
exclude : / \/ ( node_modules | bower_components ) \/ / ,
loader : 'autopolyfiller-loader' ,
query : {
browsers : [ 'last 2 versions' , 'ie >= 9' ] , //list of browsers to polyfill
1