react-muntaha-uploader
Version:
A flexible, feature-rich React hook for robust file uploads with drag-and-drop, folder support, validation, progress tracking, abort, and more.
11 lines (10 loc) • 324 B
JavaScript
module.exports = {
presets: [
'@babel/preset-env', // Transpile to compatible JavaScript
'@babel/preset-react', // Transpile JSX syntax
'@babel/preset-typescript', // Enable TypeScript support
],
plugins: [
// Add any Babel plugins you need (e.g., class properties, optional chaining)
],
}