-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
chore: build and package updates to allow use of webpack 3 #475
Conversation
- Enables "canary" testing of webpack via stages
- Uses org appveyor account - Uses org standard codecov.io
- Adds npm scripts used by defualts builds - Sets engines to webpack standard - Allows webpack 3 rc & final as a peerDep
- Both the Travis & Appveyor files install the node version they need
@d3viant0ne Can we release path version today, after merge this? |
That's the idea, just tidying up the package quick |
Codecov Report
@@ Coverage Diff @@
## master #475 +/- ##
=========================================
Coverage ? 97.43%
=========================================
Files ? 6
Lines ? 117
Branches ? 0
=========================================
Hits ? 114
Misses ? 3
Partials ? 0 Continue to review full report at Codecov.
|
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.
Great!
package.json
Outdated
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/webpack-contrib/sass-loader.git" | ||
} |
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.
"bugs": {
"url": "https://github.com/webpack-contrib/sass-loader/issues"
},
"homepage": "https://github.com/webpack-contrib/sass-loader",
package.json
Outdated
@@ -60,8 +60,8 @@ | |||
"webpack", | |||
"loader" | |||
], | |||
"repository": { |
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.
This can still stay :)
Closes #471