1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 21:46:39 -04:00

remove twemoji icon dependency

This commit is contained in:
2022-03-19 14:42:46 -04:00
parent f870c5c796
commit 4772768aa2
6 changed files with 93 additions and 141 deletions

View File

@ -63,10 +63,10 @@ module.exports = (phase, { defaultConfig }) => {
},
],
include: [
path.resolve(__dirname, "components/Icons"),
path.resolve(__dirname, "node_modules/@primer/octicons/build/svg"),
path.resolve(__dirname, "node_modules/feather-icons/dist/icons"),
path.resolve(__dirname, "node_modules/simple-icons/icons"),
path.resolve(__dirname, "node_modules/twemoji/assets/svg"),
],
});