fix: build antd-with-locales.js error

pull/165/head
tjz 2018-05-25 22:00:30 +08:00
parent b9073fefb3
commit 74bf272200
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}