Skip to content

Commit 5924372

Browse files
Remove unnecessary parentheses from regexp.
Co-authored-by: Yuriy Grunin <grunin.ya@ya.ru>
1 parent 8c3496b commit 5924372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = opts => {
5959
rules: [
6060
{
6161
test: /\.jsx?$/u,
62-
exclude: /(node_modules)/u,
62+
exclude: /node_modules/u,
6363
loader: 'babel-loader',
6464
options: {
6565
babelrc: false,

0 commit comments

Comments
 (0)