Skip to content

Commit

Permalink
Add checkIncompatibleTypes transform
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 28, 2018
1 parent 01bdb24 commit ff1a55c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/subfont.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ module.exports = async ({
await assetGraph.populate({
followRelations: followRelationsQuery
});

await assetGraph.checkIncompatibleTypes();

const { fontInfo } = await assetGraph.subsetFonts({
inlineSubsets,
inlineCss,
Expand Down

0 comments on commit ff1a55c

Please sign in to comment.