Skip to content

Commit d0bd936

Browse files
khmakotoHumberto Makoto Morimoto Burgos
and
Humberto Makoto Morimoto Burgos
authored
fix(chart-utilities): Fixing failing webpack step in chart-utilities package (#34044)
Co-authored-by: Humberto Makoto Morimoto Burgos <[email protected]>
1 parent 683cd05 commit d0bd936

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: Fixing failing webpack step in chart-utilities package.",
4+
"packageName": "@fluentui/chart-utilities",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/charts/chart-utilities/webpack.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ module.exports = [
3737
},
3838
},
3939
}),
40+
// This should be uncommented if we want to build the legacy demo app for the PR deploy site, which should only happen
41+
// if examples are added under the react-examples/chart-utilities folder.
4042
// Also build the legacy demo app for the PR deploy site
41-
require('./webpack.serve.config'),
43+
// require('./webpack.serve.config'),
4244
];

0 commit comments

Comments
 (0)