-
Notifications
You must be signed in to change notification settings - Fork 42
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
Upgraded all dependencies, removed node 6 & 8 from travis config #88
base: master
Are you sure you want to change the base?
Conversation
Can we have this PR merged please? npm is throwing error when installing this plugin and rollup v2.45.2 ...
I know it can be skipped but its annoying |
@@ -1,5 +1,5 @@ | |||
language: node_js | |||
node_js: | |||
- "node" | |||
- "8" | |||
- "6" | |||
- "12" |
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.
maybe node js v14 should be added here as its current LTS?
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.
@ryanwillis Could you please add this as well?
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.
Done.
@TrySound any input? |
Simple upgrades and removed the now unsupported
experimentalCodeSplitting
option from test.js