Skip to content

Commit 9595d1e

Browse files
committed
Remove redundant node_modules exclude
1 parent 92453b4 commit 9595d1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

development/webpack/webpack.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ const config = {
327327
{
328328
test: /(?!\.(?:test|stories|container))\.(?:m?[jt]s|[jt]sx)$/u,
329329
include: UI_DIR_RE,
330-
exclude: NODE_MODULES_RE,
331330
use: [
332331
{
333332
loader: reactCompilerLoader,

0 commit comments

Comments
 (0)