Skip to content

Commit

Permalink
Merge pull request #10 from ammont82/updating-frontend-components-lib
Browse files Browse the repository at this point in the history
Updating frontend-component libs and add stripAllPfStyles flag to fec.config.js
  • Loading branch information
ammont82 authored Jun 20, 2024
2 parents b9b43bb + 455844b commit 0ef6900
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions fec.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
debug: true,
useProxy: true,
proxyVerbose: true,
stripAllPfStyles: true,
/**
* Change accordingly to your appname in package.json.
* The `sassPrefix` attribute is only required if your `appname` includes the dash `-` characters.
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "^2.0.3",
"@redhat-cloud-services/frontend-components-config": "^6.0.5",
"@redhat-cloud-services/frontend-components-config": "^6.0.17",
"@redhat-cloud-services/tsc-transform-imports": "^1.0.4",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
Expand Down

0 comments on commit 0ef6900

Please sign in to comment.