-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensions: Jetpack blocks disappear when ActiveCampaign plugin is activated #17289
Comments
This seems to happen to me even when the SEO Tools module is disabled, and even with the Production blocks. The error points to the Social Previews extension, and not SEO tools: jetpack/extensions/shared/external-media/constants.js Lines 167 to 170 in 51c422e
On my end, the error actually is a few lines downer: |
You're right about the source--my screenshot is in Firefox, looks like Chrome wins the prettifying minified js in this case. To see what would happen, I removed lodash as a dependency from that file. It triggered the same error elsewhere. I did a little digging, I still don't totally understand what's going on, but I can see that activating the ActiveCampaign plugin makes lodash disappear for
|
I couldn't find the ActiveCampaign plugin on GitHub to check its source code. Maybe we could reach out to them, maybe they do something to dequeue or modify the copy of lodash that comes bundled with WordPress and is used here? |
I think I found the issue, a conflict with The webpack docs state
If someone more versed in Jetpack webpack config can help me set the |
Here's my first attempt, which didn't seem to work (the jsonp global name does not change) |
Also reported here: |
Also reported here: |
Now I see that the calypso-build package needs to be updated to support customizing the config for |
Steps to reproduce the issue
define( 'JETPACK_EXPERIMENTAL_BLOCKS', true );
in wp-config.phphttps://wordpress.com/marketing/traffic/{site}
What I expected
What happened instead
editor-experimental.js
Screenshots
The text was updated successfully, but these errors were encountered: