olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 359 forks source link

import css not work? #91

Closed zhangmaku closed 7 years ago

zhangmaku commented 7 years ago
import ReactTable from 'react-table'
import 'react-table/react-table.css'
 ...
 ...
render (){
  return(
 ...
 ...
 ...
  <ReactTable
    data={data}
    columns={columns}
  />
  )
}

ReactTable can't load css style, how can I do?

image

olebedev commented 7 years ago

Hi @zhangmaku, by webpack.config.js. There is nothing special.