empty.js 196 B

123
  1. // This file is inserted as a shim for modules which we do not want to include into the distro.
  2. // This replacement is done in the "alias" plugin of the rollup config.
  3. module.exports = undefined;