mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
fix: build antd-with-locales.js error
This commit is contained in:
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
Block a user