Skip to content

Commit

Permalink
Merge pull request #20962 from storybookjs/norbert/add-woff2-support
Browse files Browse the repository at this point in the history
Feature: Add woff2 support for builder-manager
  • Loading branch information
valentinpalkovic authored Feb 6, 2023
2 parents c0712df + bd0b4d3 commit 7dd7bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/builder-manager/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const getConfig: ManagerBuilder['getConfig'] = async (options) => {
'.svg': 'dataurl',
'.webp': 'dataurl',
'.webm': 'dataurl',
'.woff2': 'dataurl',
},
target: ['chrome100'],
platform: 'browser',
Expand Down

0 comments on commit 7dd7bdb

Please sign in to comment.