Posted 31 May 2024, 1:15 am EST
Hi,
We are receiving strange error messages when compiling our project that includes ActiveReportsJS:
Here it is the text of the error:
ERROR Failed to compile with 1 error 1:05:29 PM
error in ./node_modules/@grapecity/activereports/lib/node_modules/@grapecity/ar-js-pdf.js
Module parse failed: Unexpected token (8:460555)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| * Licensed under the Commercial license
| */
We have a commercial licence which we pass in using Core.setLicenseKey(‘xyz’).
Why are we getting this compile time issue?
Many thanks