单项选择题
A.bundleB.destC.distD.main
A.aliasB.extensionC.extensionsD.extensios
A.Webpack 支持所有符合ES5标准的浏览器B.Webpack不支持IE8及以下版本C.想要支持旧版本浏览器,在使用这些表达式之前,还需要提前加载polyfillD.Webpack运行不需要node
A.module.exports ={entry:’./path/to/my/entry/file.js’,};B.module.exports ={entry:{main:’./path/to/my/entry/file.js’,},};C.module.exports ={entry:[’./src/file_1.js’,’./src/file_2.js’]};D.module.exports ={entry:[app:’./src/app.js’,adminApp:’./src/adminApp.js’,],};
微信扫一扫,加关注免费搜题