mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
5 lines
64 B
JavaScript
5 lines
64 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@babel/preset-react'
|
|
]
|
|
}
|