Skip to content

Commit

Permalink
chore(travis) tell docs webpack config about babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjennings committed Nov 4, 2018
1 parent 765b3e1 commit 070ff3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ module.exports = {
},
{
test: /\.js/,
loaders: ["babel-loader"],
exclude: /node_modules/
loader: "babel-loader",
exclude: /node_modules/,
options: {
babelrc: true
}
},
{
test: /\.vue$/,
Expand Down

0 comments on commit 070ff3f

Please sign in to comment.