fix: storybook product editor webpack path (#51996)
* fix: storybook product editor webpack path * Add changefile(s) from automation for the following project(s): woocommerce, woocommerce/client/admin --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
154689eb44
commit
c0ba0a99e0
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Fixed storybook build
|
|
@ -212,7 +212,10 @@ const webpackConfig = {
|
||||||
new CopyWebpackPlugin( {
|
new CopyWebpackPlugin( {
|
||||||
patterns: [
|
patterns: [
|
||||||
{
|
{
|
||||||
from: '../../../../packages/js/product-editor/build/blocks',
|
from: path.join(
|
||||||
|
__dirname,
|
||||||
|
'../../../../packages/js/product-editor/build/blocks'
|
||||||
|
),
|
||||||
to: './product-editor/blocks',
|
to: './product-editor/blocks',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue