UNPKG

uppy

Version:

Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:

8 lines (6 loc) 134 B
const path = require('path') module.exports = { replacements: { '^uppy/lib/(.*?)$': path.join(__dirname, '../../src/$1') } }