Skip to content

Commit

Permalink
Add dereferenceUses plugin as built-in svgo plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
strarsis committed Aug 29, 2024
1 parent bdde2ef commit bb4adde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/builtin.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import * as convertPathData from '../plugins/convertPathData.js';
import * as convertShapeToPath from '../plugins/convertShapeToPath.js';
import * as convertStyleToAttrs from '../plugins/convertStyleToAttrs.js';
import * as convertTransform from '../plugins/convertTransform.js';
import * as dereferenceUses from '../plugins/dereferenceUses.js';
import * as mergeStyles from '../plugins/mergeStyles.js';
import * as inlineStyles from '../plugins/inlineStyles.js';
import * as mergePaths from '../plugins/mergePaths.js';
Expand Down Expand Up @@ -70,6 +71,7 @@ export const builtin = Object.freeze([
convertShapeToPath,
convertStyleToAttrs,
convertTransform,
dereferenceUses,
inlineStyles,
mergePaths,
mergeStyles,
Expand Down

0 comments on commit bb4adde

Please sign in to comment.