Skip to content

Commit

Permalink
updated craco config so less file builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
flacoman91 committed May 31, 2024
1 parent 61388d2 commit 68a5086
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ module.exports = {
},
javascriptEnabled: true,
math: 'always',
paths: [
path.resolve(__dirname, 'node_modules/@cfpb/cfpb-core/src'),
],
},
},
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
"@babel/runtime": "^7.24.5",
"@cfpb/browserslist-config": "0.0.2",
"@cfpb/cfpb-atomic-component": "1.2.0",
"@cfpb/cfpb-buttons": "1.2.0",
"@cfpb/cfpb-buttons": "1.3.0",
"@cfpb/cfpb-core": "1.2.0",
"@cfpb/cfpb-design-system": "^1.2.0",
"@cfpb/cfpb-expandables": "^1.2.0",
"@cfpb/cfpb-forms": "1.2.0",
"@cfpb/cfpb-forms": "1.3.0",
"@cfpb/cfpb-grid": "1.2.0",
"@cfpb/cfpb-icons": "^1.2.0",
"@cfpb/cfpb-layout": "1.2.0",
"@cfpb/cfpb-notifications": "1.2.0",
"@cfpb/cfpb-pagination": "1.2.0",
"@cfpb/cfpb-layout": "1.3.0",
"@cfpb/cfpb-notifications": "1.3.0",
"@cfpb/cfpb-pagination": "1.3.0",
"@cfpb/cfpb-tables": "1.2.0",
"@cfpb/cfpb-typography": "1.2.0",
"@cfpb/cfpb-typography": "1.3.1",
"@craco/craco": "^7.1.0",
"@reduxjs/toolkit": "^2.2.5",
"@testing-library/cypress": "^10.0.1",
Expand Down

0 comments on commit 68a5086

Please sign in to comment.