Skip to content

Commit bd41a69

Browse files
committed
chore(compat): snowpack
1 parent 939b29b commit bd41a69

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
@@ -546,4 +546,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
546546
rollup: `^1.20.0 || ^2.0.0`,
547547
},
548548
}],
549+
// https://github.com/snowpackjs/snowpack/pull/3673
550+
[`snowpack@*`, {
551+
dependencies: {
552+
'magic-string': `^0.25.7`,
553+
},
554+
}],
549555
];

0 commit comments

Comments
 (0)