Skip to content

Commit

Permalink
feat(dateInput): Bump react Date Picker and Remove momentbreaking : R…
Browse files Browse the repository at this point in the history
…emove moment and uses JS Date
  • Loading branch information
Olivier YOUF committed Oct 26, 2020
1 parent d07507d commit aa19c51
Show file tree
Hide file tree
Showing 11 changed files with 600 additions and 494 deletions.
17 changes: 15 additions & 2 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
{
"presets": ["@babel/preset-react", "@babel/preset-env"],
"plugins": ["@babel/plugin-proposal-class-properties"]
"presets": [
"@babel/preset-react",
[
"@babel/preset-env",
{
"targets": {
"node": "10"
}
}
]
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"syntax-dynamic-import"
]
}
Loading

0 comments on commit aa19c51

Please sign in to comment.