Skip to content

Commit

Permalink
rules test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrTimofey committed Mar 13, 2018
1 parent 77cbf02 commit 12b6534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add something like this to your `webpack.config.js`
module: {
rules: [
{
test: /.js$/,
test: /\.js$/,
loader: 'buble-loader',
include: path.join(__dirname, 'src'),
options: {
Expand Down

0 comments on commit 12b6534

Please sign in to comment.