# Module Processor

Following modules will be handed via umi by default, so you don't have to worry about webpack configuration for them.

# Module list

import { ReactComponent as Avatar } from './avatar.svg'

function Example() {
  return <Avatar />
}

All other unspecified modules will be handled via url-loader