UNPKG
@taeopia/react-table
Version:
latest (1.0.4)
1.0.4
This is a table library for use in React.
weezlely/taeopia
@taeopia/react-table
/
babel.config.js
18 lines
(17 loc)
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module
.
exports
= { presets: [ [
"react-app"
, { flow:
false
, typescript:
true
, }, ], [
"@babel/preset-env"
, { targets: { edge:
"17"
, firefox:
"60"
, chrome:
"67"
, safari:
"11.1"
}, }, ], ], };