Files
react/examples/tree-shaking-create-react-app/config-overrides.js
witt 34b26223f8 chore: update GH's template and prettier config (#309)
* 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
2020-07-02 21:59:29 +08:00

7 lines
165 B
JavaScript

const { override, fixBabelImports } = require('customize-cra')
module.exports = override(
fixBabelImports('@zeit-ui/react', {
libraryDirectory: 'esm',
}),
)