Skip to content

Commit

Permalink
chore: Add html-loader in webpack config (#3073)
Browse files Browse the repository at this point in the history
* Add html loader to build html files

Signed-off-by: at670475 <[email protected]>

* add html-loader as dev-dependency

Signed-off-by: at670475 <[email protected]>

* remove comment

Signed-off-by: at670475 <[email protected]>

* custom-logo could have double slashes

Signed-off-by: Pablo Hernán Carle <[email protected]>

* fix url

Signed-off-by: Pablo Hernán Carle <[email protected]>

---------

Signed-off-by: at670475 <[email protected]>
Signed-off-by: Pablo Hernán Carle <[email protected]>
Co-authored-by: Pablo Hernán Carle <[email protected]>
  • Loading branch information
taban03 and Pablo Hernán Carle authored Sep 14, 2023
1 parent 011c983 commit e4a4953
Show file tree
Hide file tree
Showing 4 changed files with 24,184 additions and 4 deletions.
4 changes: 4 additions & 0 deletions api-catalog-ui/frontend/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ module.exports = {

config.module.rules = [
...config.module.rules,
{
test: /\.html$/i,
use: 'html-loader',
},
{
resolve: {
fallback: { querystring: require.resolve('querystring-es3') },
Expand Down
Loading

0 comments on commit e4a4953

Please sign in to comment.