Bump all the things and fix them
This commit is contained in:
parent
94361a209c
commit
eac6ce7269
5 changed files with 308 additions and 210 deletions
|
@ -20,11 +20,11 @@ module.exports = {
|
|||
loaders: [
|
||||
{
|
||||
test: /\.vue$/,
|
||||
loader: 'vue',
|
||||
loader: 'vue-loader',
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
loader: 'babel',
|
||||
loader: 'babel-loader',
|
||||
exclude: /node_modules/,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue