功能:防止某些包輸出到bundle中
mode:'production',
externals:{
//拒絕jquery被引入進來船侧,需要在html中cnd引入
//庫名 npm對應的下載的包名
jquery:'jQuery'
}
//免費cdn https://www.bootcdn.cn/
如jquery用cdn引入官套,就不需要輸出到bundle中
曾經項目中用到的
// externals:{
// 'vue': 'Vue',
// 'vue-router': 'VueRouter',
// "element-ui": "ELEMENT",
// 'vant':'Vant',
// "axios": "axios"
// },