2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-18 01:40:34 +03:00

fix: Remove json-loader, thanks to @manniL

This commit is contained in:
Sébastien Chopin
2018-11-26 16:12:51 +01:00
parent 5e7068b19e
commit a9a36c45b7
3 changed files with 1 additions and 9 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ export default {
module: {
rules: [
{ test: /\.js$/, exclude: /node_modules/, use: 'babel-loader' },
{ test: /\.vue$/, use: 'vue-loader' },
{ test: /\.json$/, use: 'json-loader' }
{ test: /\.vue$/, use: 'vue-loader' }
]
},
resolve: {