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