theatre/.yarn/plugins/@yarnpkg/plugin-compat.cjs

8 lines
176 B
JavaScript
Raw Normal View History

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