lsc 2 năm trước cách đây
mục cha
commit
b63804e336
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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',
       }
     ]
   },