Skip to content

v0.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 13:21
· 22 commits to master since this release

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'
    View changes on GitHub