mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-11-30 04:29:10 +01:00
2ade3865d1
- rewrites DataListInput as a functional component - changes version to 2.0.0 - describes versioning in README - adds more unit tests - adds snapshot tests - adds better a11y support by adding aria-labels and roles
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
{
|
|
"presets": ["@babel/preset-react", "@babel/preset-env"],
|
|
"plugins": ["@babel/plugin-proposal-class-properties"],
|
|
"env": {
|
|
"test": {
|
|
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]],
|
|
"plugins": [
|
|
"@babel/plugin-transform-regenerator",
|
|
"@babel/plugin-transform-runtime"
|
|
]
|
|
}
|
|
}
|
|
}
|