Skip to content

Commit

Permalink
Remove PatternFly workaround from build.js
Browse files Browse the repository at this point in the history
Since patternfly/patternfly-react#8864 has been
merged and released by the PatternFly project, we should be able to
drop this workaround from our build.js file.
  • Loading branch information
M4rtinK committed Aug 7, 2023
1 parent 0ec408e commit facfb82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ui/webui/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ const context = await esbuild.context({
{ from: ['./src/index.html'], to: ['./index.html'] },
]
}),
replace({
include: /DataList.js$/,
values: {
'import stylesGrid': "// HACK: revert when https://github.com/patternfly/patternfly-react/pull/8864 is released",
stylesGrid: 'styles',
}
}),
sassPlugin({
loadPaths: [...nodePaths, 'node_modules'],
quietDeps: true,
Expand Down

0 comments on commit facfb82

Please sign in to comment.