-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
perf: use neo-async
instead async
#538
Conversation
neo-async
instead async
neo-async
instead async
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR 👍
Tbh, I doubt that this has any measurable performance impact on the sass-loader, since we're just using the queue, but I'm ok with the change.
I just had one comment on the webpack dev dependency, then we're good to go 👍
package.json
Outdated
@@ -47,7 +47,8 @@ | |||
"standard-version": "^4.2.0", | |||
"style-loader": "^0.18.2", | |||
"webpack-dev-server": "^2.4.1", | |||
"webpack-merge": "^4.0.0" | |||
"webpack-merge": "^4.0.0", | |||
"webpack": "^3.11.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is there a dev dependency on webpack
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhnns need for local tests, remove from PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the status here ? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@evilebottnawi Can you remove it for now please ? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michael-ciniawsky let's do it 👍
cc37c8b
to
a9a3a78
Compare
Codecov Report
@@ Coverage Diff @@
## master #538 +/- ##
=======================================
Coverage 97.43% 97.43%
=======================================
Files 6 6
Lines 117 117
=======================================
Hits 114 114
Misses 3 3
Continue to review full report at Codecov.
|
Notable Changes
Reference: webpack/webpack#6470