Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: remove babel plugin for date-fns
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnygleason committed Aug 29, 2019
1 parent 9ca79b7 commit c91f403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ const {override, addBabelPlugin} = require('customize-cra');

module.exports = override(
// addBabelPlugin('lodash'),
addBabelPlugin('date-fns'),
addBabelPlugin('react-hot-loader/babel'),
);

0 comments on commit c91f403

Please sign in to comment.