This commit is contained in:
Chi-Hsuan Huang 2023-10-24 12:28:39 +08:00
parent d40cfae029
commit b972c515fc
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ const webpackConfig = {
},
},
plugins: [
// Workaround for Gutenber private API consent string differences between WP 6.3 and 6.4+
// Workaround for Gutenberg private API consent string differences between WP 6.3 and 6.4+
// The modified version checks for the WP version and replaces the consent string with the correct one.
// This can be removed once we drop support for WP 6.3 in the "Customize Your Store" task.
// See this PR for details: https://github.com/woocommerce/woocommerce/pull/40884a