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

2.1.1 fails when building using Create React App #152

Closed mikaelgson closed 6 years ago

mikaelgson commented 6 years ago

The latest release 2.1.1 fails when running npm run build using Create React App. Getting:

Failed to minify the code from this file: ./node_modules/react-flexbox-grid/lib/createProps.js:4

Im guessing https://github.com/roylee0704/react-flexbox-grid/pull/148 could be the culprit here.

If i downgrade to 2.1.0 it works as expected.

roylee0704 commented 6 years ago

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

Thanks @mikaelgson !

mikaelgson commented 6 years ago

@roylee0704 Great! :+1: