Skip to content

Commit

Permalink
add example for babel
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Aug 29, 2017
1 parent 3170bca commit ec0e3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
include: [resolve('src'), resolve('test')]
include: [resolve('src'), resolve('test'), resolve('example')]
},
{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
Expand Down

0 comments on commit ec0e3a2

Please sign in to comment.