Enter the play when there is a problem with the use of externals in webpack.

index.html uses the following cdn,

clipboard.png

webpack.base.config.jsexternals

clipboard.png

:

clipboard.png

clipboard.png

Mar.05,2021

externals in key is the 'package name', and value is the global name after the static resource is introduced

vue-router and iview should correspond to

externals: {
 'vue-router': 'VueRouter',
 'iview': 'iview'
}
Menu