-
Notifications
You must be signed in to change notification settings - Fork 202
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
umd build #108
umd build #108
Conversation
.travis.yml
Outdated
@@ -4,10 +4,9 @@ before_install: | |||
- npm set progress=false | |||
language: node_js | |||
node_js: | |||
- "6.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.
we may already consider node 7?
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.
the aim is to support the lts versions https://cloud.githubusercontent.com/assets/1156093/16716136/32f18fa6-46f4-11e6-8d56-3619807d38ad.png
Changes Unknown when pulling 026c440 on umb-build into ** on master**. |
4898159
to
b498be5
Compare
BREAKING CHANGE: We are droping any node version < 4.7
This PR is removing all legacy build setup and aim to have only one file for both targets node and browser to make integrating contentful.js with webpack for server side easier since we are droping support for old node versions. Also optimize lodash packaging.