Skip to content

Commit 939b29b

Browse files
committed
chore(compat): rollup-plugin-polyfill-node
1 parent 912a04a commit 939b29b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/plugin-compat/sources/extensions.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,4 +540,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
540540
'mkdirp-infer-owner': `^1.0.2`,
541541
},
542542
}],
543+
// https://github.com/snowpackjs/rollup-plugin-polyfill-node/pull/30
544+
[`rollup-plugin-polyfill-node@*`, {
545+
peerDependencies: {
546+
rollup: `^1.20.0 || ^2.0.0`,
547+
},
548+
}],
543549
];

0 commit comments

Comments
 (0)