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