webpack externals配置实战

325 阅读1分钟
module.exports = {
  vue: 'Vue',
  'vue-router': 'VueRouter',
  vuex: 'Vuex',
  //   'element-ui': 'ELEMENT',
  // axios: 'axios',
  jquery: 'jQuery',
  echarts: 'echarts',
  '@ckeditor/ckeditor5-build-classic': 'ClassicEditor',
  '@ckeditor/ckeditor5-build-decoupled-document': 'DecoupledEditor'
}