Browse Source

first commit

lsc 4 months ago
parent
commit
749b0e671f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      build/webpack.base.conf.js

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

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