Skip to content

Commit

Permalink
Merge pull request #5015 from M4rtinK/master-remove_workaround_from_b…
Browse files Browse the repository at this point in the history
…uild.js

Remove PatternFly workaround from build.js
  • Loading branch information
M4rtinK authored Aug 8, 2023
2 parents 3e88516 + facfb82 commit 3af259f
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 3af259f

Please sign in to comment.