diff --git a/plugins/woocommerce/package.json b/plugins/woocommerce/package.json index 217107407e2..571a63eb7d3 100644 --- a/plugins/woocommerce/package.json +++ b/plugins/woocommerce/package.json @@ -695,7 +695,6 @@ "node_modules/@woocommerce/e2e-core-tests/CHANGELOG.md", "node_modules/@woocommerce/api/dist/", "node_modules/@woocommerce/admin-e2e-tests/build", - "node_modules/@woocommerce/classic-assets/build", "node_modules/@woocommerce/block-library/build", "node_modules/@woocommerce/block-library/blocks.ini", "node_modules/@woocommerce/admin-library/build", diff --git a/plugins/woocommerce/woocommerce.php b/plugins/woocommerce/woocommerce.php index fb38e10eb4c..f90ddcf4852 100644 --- a/plugins/woocommerce/woocommerce.php +++ b/plugins/woocommerce/woocommerce.php @@ -20,7 +20,7 @@ if ( ! defined( 'WC_PLUGIN_FILE' ) ) { define( 'WC_PLUGIN_FILE', __FILE__ ); } -// Load core packages and autoloader. +// Load core packages and the autoloader. require __DIR__ . '/src/Autoloader.php'; require __DIR__ . '/src/Packages.php';