Closed
Description
I use react-calendar-timeline together with create-react-app but 0.15.0 don't build:
./~/react-calendar-timeline/src/lib/Timeline.js
Module parse failed: .../node_modules/react-calendar-timeline/src/lib/Timeline.js Unexpected token (73:19)
You may need an appropriate loader to handle this file type.
|
| export default class ReactCalendarTimeline extends Component {
| static propTypes = {
| groups: PropTypes.oneOfType([PropTypes.array, PropTypes.object]).isRequired,
| items: PropTypes.oneOfType([PropTypes.array, PropTypes.object]).isRequired,
I don't want to eject my projects to include more loaders in the build process which makes it impossible to use this version.
(Thanks for a great product, by the way!)
Metadata
Metadata
Assignees
Labels
No labels