src: youtube
need to edit workspace settings
F1 --- open workspace settings (JSON)
install plugin Path Autocomplete in VSCode
"path-autocomplete.pathMappings": {
"@img": "${folder}/src/img",
"@scss": "${folder}/src/scss",
"@js": "${folder}/src/js",
},
Error: Cannot find module 'webp-converter / cwebp'
Solution:
copy files from: `node_modules> webp-converter> src` in: `node_modules> webp-converter`