Skip to content

Commit

Permalink
Remove usage of raw loader
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 29, 2024
1 parent 3b308bb commit b58bedd
Show file tree
Hide file tree
Showing 9 changed files with 15,206 additions and 9,948 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.min.js
contribs/gmf/apps/*/index.html.ejs
src/bootstrap-custom.css
# New line brake the i18n
src/query/panelComponent.html
3 changes: 0 additions & 3 deletions buildtools/webpack.commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ module.exports = function (config) {
if (file.endsWith('node_modules/@fortawesome/fontawesome-free/css/all.min.css')) {
return false;
}
if (file.endsWith('src/bootstrap-custom.css')) {
return false;
}
if (file.endsWith('/src/css/reset.css')) {
return false;
}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
"proj4": "2.11.0",
"puppeteer": "23.2.0",
"qruri": "0.0.4",
"raw-loader": "4.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"regenerator-runtime": "0.14.1",
Expand Down
Loading

0 comments on commit b58bedd

Please sign in to comment.