Merge branch 'feature/vuejs-serverlist' into feature/vue-serverview

This commit is contained in:
Jakob Schrettenbrunner 2018-05-31 18:26:07 +02:00
commit c58ef1f8a8
7 changed files with 117 additions and 44 deletions

View file

@ -39,5 +39,5 @@ module.exports = {
extensions: ['*', '.js', '.vue', '.json']
},
plugins: [],
devtool: '#source-map',
devtool: 'source-map',
};