Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 988 Bytes

File metadata and controls

22 lines (15 loc) · 988 Bytes

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