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'
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37f63-2ae1c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37f63-2ae1c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?