diff --git a/packages/custom-templated-path-webpack-plugin/README.md b/packages/custom-templated-path-webpack-plugin/README.md index 3566a5d42a2a9e..83648f91a31a7c 100644 --- a/packages/custom-templated-path-webpack-plugin/README.md +++ b/packages/custom-templated-path-webpack-plugin/README.md @@ -51,3 +51,5 @@ module.exports = { ``` For more examples, refer to Webpack's own [`TemplatedPathPlugin.js`](https://github.com/webpack/webpack/blob/v4.1.1/lib/TemplatedPathPlugin.js), which implements the base set of template tags. + +

Code is Poetry.

diff --git a/packages/dependency-extraction-webpack-plugin/README.md b/packages/dependency-extraction-webpack-plugin/README.md index 78cf2abcb7486e..34354a2cc9ceec 100644 --- a/packages/dependency-extraction-webpack-plugin/README.md +++ b/packages/dependency-extraction-webpack-plugin/README.md @@ -194,3 +194,5 @@ $script_dependencies = file_exists( $script_deps_path ) $script_url = plugins_url( $script_path, __FILE__ ); wp_enqueue_script( 'script', $script_url, $script_dependencies ); ``` + +

Code is Poetry.