We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821012f commit 0b0d290Copy full SHA for 0b0d290
1 file changed
packages/plugin-rsc/src/plugin.ts
@@ -98,6 +98,7 @@ export type RscPluginOptions = {
98
99
rscCssTransform?: false | { filter?: (id: string) => boolean }
100
101
+ /** @deprecated no warning is emitted anymore. */
102
ignoredPackageWarnings?: (string | RegExp)[]
103
104
/**
0 commit comments