Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Drop support for node < 6 #50

Merged

Conversation

mistic
Copy link
Collaborator

@mistic mistic commented Dec 17, 2018

Other loaders @1.x on webpack (like css-loader for example) don't support a node version < 6.9.0.
We should do the same as the other lower node versions are really old and not updated anymore with security patches (end of life for 4.x was April 2018).

This PR drops the support node versions < 6.9.0.

\CC @evilebottnawi

@codecov
Copy link

codecov bot commented Dec 17, 2018

Codecov Report

Merging #50 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   17.14%   17.14%           
=======================================
  Files           2        2           
  Lines         105      105           
  Branches       15       15           
=======================================
  Hits           18       18           
  Misses         73       73           
  Partials       14       14

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e288092...fe08901. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 17, 2018

Codecov Report

Merging #50 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   17.14%   17.14%           
=======================================
  Files           2        2           
  Lines         105      105           
  Branches       15       15           
=======================================
  Hits           18       18           
  Misses         73       73           
  Partials       14       14

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e288092...fe08901. Read the comment docs.

@alexander-akait alexander-akait merged commit b8225cd into webpack-contrib:master Dec 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants