lsc 2 lat temu
rodzic
commit
b63804e336
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      build/webpack.base.conf.js

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

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