Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/abr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export declare namespace AbrPlugin {
}
}

export const AbrPlugin = plugin({
export const AbrPlugin = /* #__PURE__ */ plugin({
name: "Abr",
supports: "video",
inferOwnOptions: {} as AbrPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/cropping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export declare namespace CroppingPlugin {
}
}

export const CroppingPlugin = plugin({
export const CroppingPlugin = /* #__PURE__ */ plugin({
name: "Cropping",
supports: "all",
inferOwnOptions: {} as CroppingPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/default-image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export declare namespace DefaultImagePlugin {
}
}

export const DefaultImagePlugin = plugin({
export const DefaultImagePlugin = /* #__PURE__ */ plugin({
name: "DefaultImage",
supports: "image",
inferOwnOptions: {} as DefaultImagePlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export declare namespace EffectsPlugin {
}
}

export const EffectsPlugin = plugin({
export const EffectsPlugin = /* #__PURE__ */ plugin({
name: "Effects",
supports: "all",
inferOwnOptions: {} as EffectsPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/enhance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export declare namespace EnhancePlugin {
}
}

export const EnhancePlugin = plugin({
export const EnhancePlugin = /* #__PURE__ */ plugin({
name: "Enhance",
supports: "image",
inferOwnOptions: {} as EnhancePlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export declare namespace ExtractPlugin {
}
}

export const ExtractPlugin = plugin({
export const ExtractPlugin = /* #__PURE__ */ plugin({
name: "Extract",
supports: "image",
inferOwnOptions: {} as ExtractPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/fill-background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export declare namespace FillBackgroundPlugin {
}
}

export const FillBackgroundPlugin = plugin({
export const FillBackgroundPlugin = /* #__PURE__ */ plugin({
name: "FillBackground",
supports: "image",
inferOwnOptions: {} as FillBackgroundPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export declare namespace FlagsPlugin {
}
}

export const FlagsPlugin = plugin({
export const FlagsPlugin = /* #__PURE__ */ plugin({
name: "Flags",
supports: "all",
inferOwnOptions: {} as FlagsPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/named-transformations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export declare namespace NamedTransformationsPlugin {
}
}

export const NamedTransformationsPlugin = plugin({
export const NamedTransformationsPlugin = /* #__PURE__ */ plugin({
name: "NamedTransformations",
strict: true,
supports: "all",
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/overlays.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const DEFAULT_TEXT_OPTIONS = {
fontWeight: "bold",
};

export const OverlaysPlugin = plugin({
export const OverlaysPlugin = /* #__PURE__ */ plugin({
name: "Overlays",
supports: "all",
inferOwnOptions: {} as OverlaysPlugin.Options,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export declare namespace PreserveTransformationsPlugin {
}
}

export const PreserveTransformationsPlugin = plugin({
export const PreserveTransformationsPlugin = /* #__PURE__ */ plugin({
name: "PreserveTransformations",
supports: "all",
inferOwnOptions: {} as PreserveTransformationsPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/raw-transformations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export declare namespace RawTransformationsPlugin {
}
}

export const RawTransformationsPlugin = plugin({
export const RawTransformationsPlugin = /* #__PURE__ */ plugin({
name: "RawTransformations",
supports: "all",
inferOwnOptions: {} as RawTransformationsPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/recolor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export declare namespace RecolorPlugin {
}
}

export const RecolorPlugin = plugin({
export const RecolorPlugin = /* #__PURE__ */ plugin({
name: "Recolor",
supports: "image",
inferOwnOptions: {} as RecolorPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/remove-background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export declare namespace RemoveBackgroundPlugin {
}
}

export const RemoveBackgroundPlugin = plugin({
export const RemoveBackgroundPlugin = /* #__PURE__ */ plugin({
name: "RemoveBackground",
supports: "image",
inferOwnOptions: {} as RemoveBackgroundPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/remove.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export declare namespace RemovePlugin {
}
}

export const RemovePlugin = plugin({
export const RemovePlugin = /* #__PURE__ */ plugin({
name: "Remove",
supports: "image",
inferOwnOptions: {} as RemovePlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/replace-background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export declare namespace ReplaceBackgroundPlugin {
}
}

export const ReplaceBackgroundPlugin = plugin({
export const ReplaceBackgroundPlugin = /* #__PURE__ */ plugin({
name: "ReplaceBackground",
supports: "image",
inferOwnOptions: {} as ReplaceBackgroundPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/replace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export declare namespace ReplacePlugin {
}
}

export const ReplacePlugin = plugin({
export const ReplacePlugin = /* #__PURE__ */ plugin({
name: "Replace",
supports: "image",
inferOwnOptions: {} as ReplacePlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export declare namespace RestorePlugin {
}
}

export const RestorePlugin = plugin({
export const RestorePlugin = /* #__PURE__ */ plugin({
name: "Restore",
supports: "image",
inferOwnOptions: {} as RestorePlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/sanitize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export declare namespace SanitizePlugin {
}
}

export const SanitizePlugin = plugin({
export const SanitizePlugin = /* #__PURE__ */ plugin({
name: "Sanitize",
supports: "image",
inferOwnOptions: {} as SanitizePlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export declare namespace SeoPlugin {
}
}

export const SeoPlugin = plugin({
export const SeoPlugin = /* #__PURE__ */ plugin({
name: "Seo",
supports: "all",
inferOwnOptions: {} as SeoPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/underlays.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export declare namespace UnderlaysPlugin {
}
}

export const UnderlaysPlugin = plugin({
export const UnderlaysPlugin = /* #__PURE__ */ plugin({
name: "Underlays",
supports: "all",
inferOwnOptions: {} as UnderlaysPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export declare namespace VersionPlugin {
}
}

export const VersionPlugin = plugin({
export const VersionPlugin = /* #__PURE__ */ plugin({
name: "Version",
supports: "all",
inferOwnOptions: {} as VersionPlugin.Options,
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/src/plugins/zoompan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export declare namespace ZoompanPlugin {
}
}

export const ZoompanPlugin = plugin({
export const ZoompanPlugin = /* #__PURE__ */ plugin({
name: "Zoompan",
supports: "image",
inferOwnOptions: {} as ZoompanPlugin.Options,
Expand Down