Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
const browserify = require('@cypress/browserify-preprocessor');
module.exports = (on, config) => {
const options = browserify.defaultOptions;
options.browserifyOptions.transform[1][1].presets.push('@babel/preset-flow');
on('file:preprocessor', browserify(options));
};