roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 205 forks source link

dist build in v2.1.1 no longer includes react-flexbox-grid.css #153

Closed ayliao closed 6 years ago

ayliao commented 6 years ago

Hi there!

I noticed that in v2.1.1 there is no longer a react-flexbox-grid.css file in the dist build. I was curious if this was intentional?

Thanks in advance!

roylee0704 commented 6 years ago

It's fixed under release v2.1.2, due to missing value: "env" in babelrc :)

ayliao commented 6 years ago

Awesome! Thank you for the quick response :D