fix: build antd-with-locales.js error

pull/29/head
tjz 2018-05-25 22:00:30 +08:00
parent 800fcfff15
commit 90583a3c42
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 = {}