|
@@ -67,7 +67,7 @@ module.exports = {
|
|
|
},
|
|
|
chainWebpack(config) {
|
|
|
// it can improve the speed of the first screen, it is recommended to turn on preload
|
|
|
- config.externals({ './cptable': 'var cptable' })
|
|
|
+ // config.externals({ './cptable': 'var cptable' })
|
|
|
config.plugin('preload').tap(() => [
|
|
|
{
|
|
|
rel: 'preload',
|