Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Jade by Pug #7266

Merged
merged 1 commit into from
May 10, 2018
Merged

Replace Jade by Pug #7266

merged 1 commit into from
May 10, 2018

Conversation

ooflorent
Copy link
Member

What kind of change does this PR introduce?

refactoring

Did you add tests for your changes?

yes

If relevant, link to documentation update:

N/A

Summary

jade is deprecated in favor of pug.
Moreover there are multiple security advisories for jade dependencies.

Note: I did not completely removed jade because it is used within browsertest (which I plan to clean in another PR).

Does this PR introduce a breaking change?

no

@webpack-bot
Copy link
Contributor

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@TheLarkInn TheLarkInn merged commit 0eeea0f into master May 10, 2018
@TheLarkInn TheLarkInn deleted the tests/remove_jade branch May 10, 2018 20:02
@@ -58,6 +58,8 @@
"less-loader": "^4.0.3",
"lodash": "^4.17.4",
"prettier": "^1.11.1",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove the jade-loader from dependencies?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants