chenrui  2 년 전
부모
커밋
e220d7cc0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -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',