mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-25 16:44:53 +08:00
* chore(gh): update GitHub's pull-request template * chore: use unified common prettier config * chore: add the mdx file to prettier * chore(gh): update contributing guide docs
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
const { override, fixBabelImports } = require('customize-cra')
|
|
module.exports = override(
|
|
fixBabelImports('@zeit-ui/react', {
|
|
libraryDirectory: 'esm',
|
|
}),
|
|
)
|