Bump all the things and fix them

This commit is contained in:
Jonathan Cremin 2017-05-06 21:15:47 +01:00
parent 94361a209c
commit eac6ce7269
5 changed files with 308 additions and 210 deletions

View file

@ -20,11 +20,11 @@ module.exports = {
loaders: [
{
test: /\.vue$/,
loader: 'vue',
loader: 'vue-loader',
},
{
test: /\.js$/,
loader: 'babel',
loader: 'babel-loader',
exclude: /node_modules/,
},
],