Skip to content

Commit

Permalink
feat: move purgecss to normal depends
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas committed Jan 18, 2023
1 parent 45c2f79 commit 15f55e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.7.3",
"webpack-merge": "5.8.0"
"webpack-merge": "5.8.0",
"purgecss-webpack-plugin": "^5.0.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.11",
"purgecss-webpack-plugin": "^5.0.0",
"typescript": "^4.8.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 15f55e5

Please sign in to comment.