Skip to content

Commit

Permalink
fix(gatsby): Remove removeOffCanvasPaths svgo option (#35788)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris committed May 31, 2022
1 parent d22a86e commit c3a3f68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby/src/utils/webpack-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ export const createWebpackUtils = (
`removeHiddenElems`,
`removeMetadata`,
`removeNonInheritableGroupAttrs`,
`removeOffCanvasPaths`, // Default: disabled
`removeRasterImages`, // Default: disabled
`removeScriptElement`, // Default: disabled
`removeStyleElement`, // Default: disabled
Expand Down

0 comments on commit c3a3f68

Please sign in to comment.