You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[19:19:16] Browserify Error
/Users/eric/af/frontend_app/node_modules/react-numeric-input/src/NumericInput.jsx:1
import { PropTypes, Component } from 'react';
^
ParseError: 'import' and 'export' may appear only with 'sourceType: module'
The text was updated successfully, but these errors were encountered:
This should be a matter of build configuration. It is a parse error which means that the expression is not recognised (imports not supported). Did you include the necessary presets for es6 and react?
I'm using babelify 6.4.0 and browserify 12.0.1
The text was updated successfully, but these errors were encountered: