Skip to content

Commit

Permalink
Remove unnecessary parentheses from regexp.
Browse files Browse the repository at this point in the history
Co-authored-by: Yuriy Grunin <grunin.ya@ya.ru>
  • Loading branch information
stanislawosinski and th0r committed Jan 20, 2021
1 parent 8c3496b commit 5924372
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 @@ -59,7 +59,7 @@ module.exports = opts => {
rules: [
{
test: /\.jsx?$/u,
exclude: /(node_modules)/u,
exclude: /node_modules/u,
loader: 'babel-loader',
options: {
babelrc: false,
Expand Down

0 comments on commit 5924372

Please sign in to comment.