Fix pr link

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

View File

@ -173,7 +173,7 @@ const webpackConfig = {
// 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
// See this PR for details: https://github.com/woocommerce/woocommerce/pull/40884
new NormalModuleReplacementPlugin(
/@wordpress\/edit-site\/build-module\/lock-unlock\.js/,
path.resolve( __dirname, 'bin/modified-editsite-lock-unlock.js' )