I have built my Angular2 app and everything is working fine. Now I included font-awesome and when I bundled the app it gives the error shown in the picture. It is unable to load woff and woff2 files.
My styles look like below -
"styles": [
"styles.css",
"../node_modules/font-awesome/css/font-awesome.css",
"../node_modules/primeng/resources/primeng.min.css",
"../node_modules/primeng/resources/themes/omega/theme.css",
"../node_modules/fullcalendar/dist/fullcalendar.css",
"../node_modules/bootstrap/dist/css/bootstrap.min.css"
],