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:
@ -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"),
|
||||
],
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user