PostHog / posthog-js-lite

Reimplementation of posthog-js to be as light and modular as possible.
https://posthog.com/docs/libraries
MIT License
69 stars 36 forks source link

fix: Add src directory to import #118

Closed kassemitani closed 1 year ago

kassemitani commented 1 year ago

Problem

PostHogCore is not imported correctly. issues#117

Changes

Import from the correct directory /src as there is no index file in posthog-core folder

Release info Sub-libraries affected

Bump level

Libraries affected

Changelog notes

benjackwhite commented 1 year ago

Didn't realise you were going to publish the fix 🙌

Going to close in favour of mine though as I want to add something to the CI to make sure we actually catch this next time https://github.com/PostHog/posthog-js-lite/pull/119