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 206 forks source link

Remove deprecated "es2015-loose" preset #105

Closed ens42 closed 7 years ago

ens42 commented 7 years ago

Since babel-preset-es2015-loose is deprecated, it's better to move to babel-preset-2015 with loose option.

This removes warning about deprecated package using.

roylee0704 commented 7 years ago

@dlf42 Thanks for the PR! :)

By the way, I've done the similar commits on https://github.com/roylee0704/react-flexbox-grid/pull/111, will close this now.