Skip to content

Commit a8962ea

Browse files
author
Illia Obukhau
committed
fix(calendar-web): fix file extension for xml files in webpack config
1 parent 7bc38b2 commit a8962ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/customWidgets/calendar-web/webpack.base.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const widgetConfig = {
119119
{
120120
from: join(cwd, "src/**/*.xml").replace(/\\/g, "/"),
121121
toType: "template",
122-
to: "widgets/[name].[ext]"
122+
to: "widgets/[name][ext]"
123123
}
124124
]
125125
})

0 commit comments

Comments
 (0)