-
Notifications
You must be signed in to change notification settings - Fork 22
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
refactor(build): replace webpack with babel standalone #10
Conversation
3a43f70
to
1ae11a8
Compare
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.
Just one more thing, can you Update the README, explaining the architecture of the lib and how we can build it
.babelrc
Outdated
"presets": [ | ||
"es2015" | ||
], | ||
"plugins": ["babel-plugin-rewire"], |
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 can just specify rewire
here if we are going to update to the latest one
1ae11a8
to
a62bba1
Compare
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.
All Good, It would be nice if you Update the README describing the new structure and how to build it and how to use the library
Changes Unknown when pulling a7ec734 on refactor/babel-replaces-webpack into ** on fix-build**. |
Changes Unknown when pulling ac1383f on refactor/babel-replaces-webpack into ** on fix-build**. |
Changes Unknown when pulling 16ff4a1 on refactor/babel-replaces-webpack into ** on fix-build**. |
Changes Unknown when pulling 7b003c2 on refactor/babel-replaces-webpack into ** on fix-build**. |
Changes Unknown when pulling ea052f7 on refactor/babel-replaces-webpack into ** on fix-build**. |
2 similar comments
Changes Unknown when pulling ea052f7 on refactor/babel-replaces-webpack into ** on fix-build**. |
Changes Unknown when pulling ea052f7 on refactor/babel-replaces-webpack into ** on fix-build**. |
Changes Unknown when pulling 1d41328 on refactor/babel-replaces-webpack into ** on fix-build**. |
Changes Unknown when pulling 1d41328 on refactor/babel-replaces-webpack into ** on fix-build**. |
Changes Unknown when pulling 1be2483 on refactor/babel-replaces-webpack into ** on fix-build**. |
Changes Unknown when pulling fe05a31 on refactor/babel-replaces-webpack into ** on fix-build**. |
2 similar comments
Changes Unknown when pulling fe05a31 on refactor/babel-replaces-webpack into ** on fix-build**. |
Changes Unknown when pulling fe05a31 on refactor/babel-replaces-webpack into ** on fix-build**. |
fe05a31
to
b55da4d
Compare
@axe312ger reorganized commit history now, we should be good for tomorrow |
Changes Unknown when pulling 33e433b on refactor/babel-replaces-webpack into ** on fix-build**. |
@@ -1,19 +1,22 @@ | |||
{ | |||
"name": "contentful-sdk-core", | |||
"version": "1.0.0-determined-by-semantic-release", | |||
"version": "3.5.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.
this we can bring it back to 0.0.0-placeholder
since we finished the manual release
"lodash": "^4.17.4", | ||
"qs": "^6.1.0", | ||
"webpack": "^1.14.0" | ||
"qs": "^6.1.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.
can you add
"publishConfig": {
"tag": "alpha"
}
so when we merge to master the the auto release will still release under alpha
or maybe we can promote to beta
- stop vendoring axios and remove babel-runtime, along with support for node.js 0.10 | ||
Emulate a CI test run: | ||
``` | ||
npm run test:ci |
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.
isn't test:ci
for the actual ci, for emulating maybe we can have test:ci-emulate
|
||
## Pre-requisites | ||
|
||
* Make sure you use at least Node 4 |
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.
node 4.7
also introduces a es-modules version for treeshaking supporting environments