material-ui 공식사이트에 있는 첫예제 그대로 복붙해서 ES5로 변환시킨뒤에 확인해볼라는데 webpack에서 오류를뿜음 ㅡㅡ;








전체코드 

import React from 'react';
import AppBar from 'material-ui/AppBar';

const AppBarExampleIcon = () => (
<AppBar
title="Title"
iconClassNameRight="muidocs-icon-navigation-expand-more"
/>
);

export default AppBarExampleIcon;