4 lines
196 B
JavaScript
4 lines
196 B
JavaScript
// This file is inserted as a shim for modules which we do not want to include into the distro.
|
|
// This replacement is done in the "alias" plugin of the rollup config.
|
|
module.exports = undefined;
|