v0.0.6
No significant changes
support resolver's sideEffects which can import style files.
for example
export default () => <Button />in v0.0.5
import { Button } from 'antd'in v0.0.6
import { Button } from 'antd'
import 'antd/es/button/style/index.css'