Skip to content

Commit

Permalink
Also copy variations PHP files
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Sep 2, 2024
1 parent 9813ee0 commit aa2ef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webpack/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = [
new DependencyExtractionWebpackPlugin( { injectPolyfill: false } ),
new PhpFilePathsPlugin( {
context: './packages/block-library/src/',
props: [ 'render' ],
props: [ 'render', 'variations' ],
} ),
new CopyWebpackPlugin( {
patterns: [].concat(
Expand Down

0 comments on commit aa2ef5e

Please sign in to comment.