Skip to content

Commit

Permalink
fix babel loader exclusion typo
Browse files Browse the repository at this point in the history
  • Loading branch information
estevanmaito committed May 18, 2019
1 parent 163975e commit c868f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
rules: [
{
test: /\.js$/,
excludes: /(node_modules|docs)/,
exclude: /(node_modules|docs)/,
use: {
loader: 'babel-loader',
options: {
Expand Down

0 comments on commit c868f8a

Please sign in to comment.