Struggling to configure webpack 4 for my project.
File structure required for bootstrap integration:
public
css
images
js
vendor
bootstrap\dist
css
fonts
glyphicons-halflings-regular.eot
glyphicons-halflings-regular.svg
glyphicons-halflings-regular.ttf
glyphicons-halflings-regular.woff
glyphicons-halflings-regular.woff2
js
Encountering an issue with webpack unable to locate "fonts" directory during build process, resulting in error. https://i.sstatic.net/zEjC4.png