Skip to content

Commit

Permalink
Remove webpack and webpack-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 committed Jun 17, 2024
1 parent 77e64f7 commit 17b3cd0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 521 deletions.
6 changes: 2 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defaults:
values:
sitemap: true

content:
content:
supported_diseases:
- COVID-19
- Flu A
Expand All @@ -71,7 +71,7 @@ content:
- South Carolina
- Texas
- US Virgin Islands

exclude:
- .jekyll-cache/
- .sass-cache/
Expand All @@ -89,14 +89,12 @@ exclude:
- README.md
- scripts/
- vendor/
- webpack.config.js
- artifact/
- artifact.zip
- lighthouse
- release-notes.txt
- spec/
- assets/js/uswds.js
- webpack/
- e2e/
- tests_output/
- geckodriver.log
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"serve": "bundle exec jekyll serve --livereload --config _config.yml",
"setup": "npm run uswds-copy-assets && npm run uswds-build-sass",
"build-webpack": "./node_modules/.bin/webpack",
"uswds-build-sass": "gulp build-sass",
"uswds-build-app": "gulp build-app",
"uswds-copy-assets": "npm run uswds-copy-fonts && npm run copy-subset-fonts && npm run uswds-copy-img",
Expand Down Expand Up @@ -75,8 +74,6 @@
"uncss": "^0.17.3",
"uswds": "^2.14.0",
"uswds-gulp": "github:uswds/uswds-gulp",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"yargs": "17.7.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 17b3cd0

Please sign in to comment.