fix: build antd-with-locales.js error
parent
800fcfff15
commit
90583a3c42
|
@ -1,5 +1,5 @@
|
|||
const antd = require('./components')
|
||||
const req = require.context('./components', true, /^\.\/locale-provider\/.+_.+\.js$/)
|
||||
const req = require.context('./components', true, /^\.\/locale-provider\/(?!__tests__).+_.+\.js$/)
|
||||
|
||||
antd.locales = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue