theatre/.yarn/plugins/@yarnpkg/plugin-compat.cjs
2021-06-18 13:05:06 +02:00

7 lines
176 B
JavaScript

module.exports = {
name: `@yarnpkg/plugin-compat`,
factory: (require) => {
// dummy implementation to override the built-in version of this plugin
return {}
},
}