Build Javascript Tracker unminified version

Hi All,

I am trying to build Javascript tracker’s unminify version.
since whenever i execute “rush build” i get a minified version of
snowplow-javascript-tracker

If you want an unminified version you’re going to need to delete these two plugins from the rollup configuration:

Alternatively, the build does create sourcemap files, so if you place the sp.js and sp.map.js in the same location when you load sp.js then you should get the unminified version in your browsers developer tools.

1 Like