2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-19 12:50:34 +03:00

expose plugin version

This commit is contained in:
Declan de Wet
2016-11-03 00:02:37 +02:00
parent 701bedc170
commit 4b21548ccc
5 changed files with 20 additions and 2 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ export default {
module: {
loaders: [
{ test: /\.js$/, exclude: /node_modules/, loader: 'babel' },
{ test: /\.vue$/, loader: 'vue' }
{ test: /\.vue$/, loader: 'vue' },
{ test: /\.json$/, loader: 'json' }
]
},