Category "webpack-loader"

Can't parse .mjs module from Iconify. Vue 3 cli using composition api and typescript

Update: Changing: if(data.aliases?.[name2] !== void 0) to: if(data.aliases != null && data.aliases[name2] !== void 0) in the iconify .mjs file fixes the

Cannot find module 'gifsicle' for loading image -webpack

I've created a webpack project. In that my project works on my machine, but in all of my teammates laptop who has ubuntu installed on their machine(mine is zori