Skip to content

Commit 93380d6

Browse files
committed
fix: dist locale file lose #3684
1 parent 1780dba commit 93380d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

antdv-demo

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit a6c886ee49a05e473452d328d3497e38e74fd100

index-with-locales.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const antd = require('./components');
2-
const req = require.context('./components', true, /^\.\/locale-provider\/(?!__tests__).+_.+\.js$/);
2+
const req = require.context('./components', true, /^\.\/locale-provider\/(?!__tests__).+_.+\.ts$/);
33

44
antd.locales = {};
55

0 commit comments

Comments
 (0)