added JSX support

This commit is contained in:
Henry Jameson 2018-08-27 21:25:00 +03:00
parent 2dd99c7dd9
commit b4cc1e020b
4 changed files with 99 additions and 22 deletions

View file

@ -54,7 +54,7 @@ module.exports = {
loader: 'vue'
},
{
test: /\.js$/,
test: /\.jsx?$/,
loader: 'babel',
include: projectRoot,
exclude: /node_modules\/(?!tributejs)/