Skip to content

Commit

Permalink
feat(utils): export fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault committed Nov 12, 2024
1 parent 7522a2a commit b558034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default [
peerDepsExternal(),
url({
include: ['**/*.woff2'],
limit: Infinity
limit: 0,
fileName: '[dirname][name][extname]'
}),
// Convert CommonJS to ES6:
commonjs(),
Expand Down

0 comments on commit b558034

Please sign in to comment.