Skip to content

Commit

Permalink
feat: publish es5 bundle on CDN (#25647)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored and timgl committed Oct 17, 2024
1 parent 01816b5 commit 8cee817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/copy-posthog-js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -e

cp node_modules/posthog-js/dist/array.js* frontend/dist/
cp node_modules/posthog-js/dist/array.full.js* frontend/dist/
cp node_modules/posthog-js/dist/array.full.es5.js* frontend/dist/
cp node_modules/posthog-js/dist/recorder.js* frontend/dist/
cp node_modules/posthog-js/dist/recorder-v2.js* frontend/dist/
cp node_modules/posthog-js/dist/surveys.js* frontend/dist/
Expand Down

0 comments on commit 8cee817

Please sign in to comment.