Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

formidable-fix

theajack17MIT2.1.4TypeScript support: included

Revised version of [formidable]

multipart, form, data, querystring, www, json, ulpoad, file

readme

Revised version of formidable

  1. fixture

The following code will report an error that the plugins file cannot be found in the packaging situation, because the file directory has changed due to packaging

  this.options.enabledPlugins.forEach((pluginName) => {
    const plgName = pluginName.toLowerCase();
    // eslint-disable-next-line import/no-dynamic-require, global-require
    this.use(require(path.join(__dirname, 'plugins', `${plgName}.js`)));
  });
  1. add Typeings