Skip to content

Commit 659c749

Browse files
committed
Revert "Fix regex"
This reverts commit 3ac0d1c.
1 parent 3ac0d1c commit 659c749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/webpack/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ const config = {
325325
type: 'asset/resource',
326326
},
327327
{
328-
test: /^(?!.*\.(test|stories|container)\.)(?:m?[jt]s|[jt]sx)$/u,
328+
test: /(?!\.(?:test|stories|container))\.(?:m?[jt]s|[jt]sx)$/u,
329329
include: UI_DIR_RE,
330330
use: [
331331
{

0 commit comments

Comments
 (0)