fraserxu / react-dropdown

🔽 A dead simple dropdown component for React

Home Page:http://fraserxu.github.io/react-dropdown/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use with Babel 7 and parcel-bundler

susemeee opened this issue · comments

Plugin/Preset files are not allowed to export objects, only functions.
In C:\Users\user\source\parcel\node_modules\react-dropdown\node_modules\babel-preset-react\lib\index.js

Because package.json explicitly requires Babel 6(and old presets) and parcel-bundler depends on package.json, the preset conflicts with Babel 7.

Upgrading transpiler to 7.x might be helpful.

Is there anything blocking the merge ? Looking forward to this :)