Fix/slow site#571
Conversation
… into fix/slow-site merged before slow site issue
|
@alexanmtz please test with the latest changes. This will improve the performance a lot. |
alexanmtz
left a comment
There was a problem hiding this comment.
@ShubhamCanMakeCommit before we can test in a review environment, we had a minor issue, let's fix this and proceed with the test.
| "jest": "^23.5.0", | ||
| "jest-cli": "^23.6.0", | ||
| "jest-webpack": "^0.5.1", | ||
| "mini-css-extract-plugin": "^0.9.0", |
There was a problem hiding this comment.
When we try to deploy, Heroku logs the following error:
Cannot find module 'mini-css-extract-plugin'
So I think we cannot move here, cause Heroku use this lib in production.
There was a problem hiding this comment.
I have made the changes. I think your'e correct. Heroku doesn't install dev dependecies that is why all the plugins in our project our installed in package.json
|
Slack Icon now loads. Commit |
|
@SavvyShah, you have a bounty to claim from a long time: https://gitpay.me/#/task/316 Please submit your PR for the Send solution and claim your bounty. |

Description
Changes
frontend/public/index.htmltofrontend/src/index.htmlIssue
Impacted Area
Steps to test
Steps needed to reproduce the scenario from this change to validate if the pull request solve this issue
Before
After