added JSX support
This commit is contained in:
parent
2dd99c7dd9
commit
b4cc1e020b
4 changed files with 99 additions and 22 deletions
|
@ -54,7 +54,7 @@ module.exports = {
|
|||
loader: 'vue'
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
test: /\.jsx?$/,
|
||||
loader: 'babel',
|
||||
include: projectRoot,
|
||||
exclude: /node_modules\/(?!tributejs)/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue