lsc 2 年 前
コミット
b63804e336
1 ファイル変更4 行追加0 行削除
  1. 4 0
      build/webpack.base.conf.js

+ 4 - 0
build/webpack.base.conf.js

@@ -64,6 +64,10 @@ module.exports = {
           limit: 10000,
           name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
         }
+      }, 
+      {
+        test: /\.(js|vue)$/,
+        loader: 'language-hk-loader',
       }
     ]
   },