diff --git a/projects/plugins/boost/app/features/image-guide/src/ui/Popup.svelte b/projects/plugins/boost/app/features/image-guide/src/ui/Popup.svelte index 1775388603cd..ab866b729d6b 100644 --- a/projects/plugins/boost/app/features/image-guide/src/ui/Popup.svelte +++ b/projects/plugins/boost/app/features/image-guide/src/ui/Popup.svelte @@ -1,4 +1,5 @@
diff --git a/projects/plugins/boost/changelog/boost-update-image-guide-tooltip-link-use-jetpack-redirect b/projects/plugins/boost/changelog/boost-update-image-guide-tooltip-link-use-jetpack-redirect new file mode 100644 index 000000000000..c42323b9336c --- /dev/null +++ b/projects/plugins/boost/changelog/boost-update-image-guide-tooltip-link-use-jetpack-redirect @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Updated image guide front-end tooltip link to use jetpack redirect. diff --git a/projects/plugins/boost/rollup.config.js b/projects/plugins/boost/rollup.config.js index e40701da055c..24a3b24c5488 100644 --- a/projects/plugins/boost/rollup.config.js +++ b/projects/plugins/boost/rollup.config.js @@ -219,7 +219,11 @@ export default [ format: 'iife', name: 'app', file: `${ GUIDE_PATH }/dist/guide.js`, + globals: { + '@wordpress/components': 'wp.components', + }, }, + external: [ '@wordpress/components' ], plugins: [ replace( { preventAssignment: true,