adobe / helix-rum-enhancer

Add advanced functionality to Helix RUM Collection (client-side)
Apache License 2.0
1 stars 14 forks source link

feat(bundle): first step to build enhancer as a bundle #187

Closed chicharr closed 3 months ago

chicharr commented 4 months ago

This PR generates enhancer as a bundle using rollup.js. It also wraps enhancer code into a IIFE, to isolate the scope of variables and functions.

github-actions[bot] commented 3 months ago

This PR will trigger a minor release when merged.

kptdobe commented 3 months ago

I have added some tweaks (hacks?) so that the output "lints" successfully.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 48.06%. Comparing base (65c055b) to head (e06150b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #187 +/- ## ========================================== + Coverage 47.94% 48.06% +0.12% ========================================== Files 1 1 Lines 413 414 +1 ========================================== + Hits 198 199 +1 Misses 215 215 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 2.13.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: