I see that you have a message there related to missing .map files:
This is normal in our plugin because MarketKing does not include a 'source map' for the pdfmake files. A source map is a full copy of minified scripts, that allows the browser / debugger to more easily go through scripts - we are not including that as it is only for debugging purposes for developers and if we added it would increase the plugin size unnecessarily.
It shouldn't have any other site effects as this is only for development,
Hi Miriam,
I see that you have a message there related to missing .map files:
This is normal in our plugin because MarketKing does not include a 'source map' for the pdfmake files. A source map is a full copy of minified scripts, that allows the browser / debugger to more easily go through scripts - we are not including that as it is only for debugging purposes for developers and if we added it would increase the plugin size unnecessarily.
It shouldn't have any other site effects as this is only for development,
Kind regards,
Stefan
Ok, thanks for the quick reply!