Skip to content

Commit

Permalink
fix: build antd-with-locales.js error
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed May 25, 2018
1 parent 800fcff commit 90583a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index-with-locales.js
Original file line number Diff line number Diff line change
@@ -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 = {}

Expand Down

0 comments on commit 90583a3

Please sign in to comment.