Skip to content

Commit

Permalink
Add missing libraries
Browse files Browse the repository at this point in the history
Enable extract css for webpacker
  • Loading branch information
luciagirasoles committed Oct 29, 2023
1 parent 4b18b48 commit 9668b07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/shakapacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ production:

# Cache manifest.json for performance
cache_manifest: true

# Extract and emit a css file
extract_css: true
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@types/webpack": "^5.28.4",
"autoprefixer": "^10.2.6",
"babel-loader": "^9.1.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"compression-webpack-plugin": "^10.0.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock

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

0 comments on commit 9668b07

Please sign in to comment.