I'm currently working on an Angular application that is utilizing...
Angular 4.4.4 Webpack 1.13.0 TypeScript 2.2
This app makes use of a package known as ngx-facebook v2.4.0.
However, when I attempt to build the project, I encounter the following error message...
WARNING in ./~/ngx-facebook/dist/umd/models/ui-params.js.map
Module parse failed: C:...\node_modules\ngx-facebook\dist\umd\models\ui-params.js.map Unexpected token (1:10)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected token (1:10)
Can anyone advise me on what kind of loader I should implement to resolve this issue?