Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Drop support for Node.js 6 #792

Merged
merged 1 commit into from
Apr 16, 2018
Merged

Drop support for Node.js 6 #792

merged 1 commit into from
Apr 16, 2018

Conversation

edmorley
Copy link
Member

Since by the time Neutrino 9 is released, Node 6 will already be in maintenance mode (and anyone who needs to continue using it can just keep using Neutrino 8 instead):
https://github.com/nodejs/Release#release-schedule

This also changes the default babel targets for the library preset (when used in node mode) and the node preset, from 6.10 to 8.0. (I'm happy to drop this part of the PR if preferred.)

Since by the time Neutrino 9 is released, Node 6 will already be in
maintenance mode (and anyone who needs to continue using it can just
keep using Neutrino 8 instead):
https://github.com/nodejs/Release#release-schedule

This also changes the default babel targets for the `library` preset
(when used in `node` mode) and the `node` preset, from `6.10` to `8.0`.
@edmorley edmorley self-assigned this Apr 14, 2018

```js
module.exports = {
use: [
['@neutrinojs/node', {
// Add additional Babel plugins, presets, or env options
Copy link
Member

Choose a reason for hiding this comment

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

Nice catch here!

@edmorley edmorley merged commit bf8ac1d into neutrinojs:master Apr 16, 2018
@edmorley edmorley deleted the drop-node-6 branch April 16, 2018 12:06
@edmorley edmorley added this to the v9 milestone Apr 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

2 participants