Use Babel for react-dev-utils#2755
Conversation
|
I'm lost on how to make lerna works when there's a build dependency between packages -.-' will sleep on it... |
|
Ready for review 👍 |
.eslintignore
Outdated
| my-app* | ||
| packages/react-scripts/template | ||
| packages/react-scripts/fixtures | ||
| packages/react-dev-utils/FileSizeReporter.js |
There was a problem hiding this comment.
This seems unfortunate. Can we just ignore every file in the root folder?
packages/react-dev-utils/.gitignore
Outdated
| @@ -0,0 +1,19 @@ | |||
| /FileSizeReporter.js | |||
There was a problem hiding this comment.
Same here, I'd prefer we just ignore all JS files in the root folder.
|
I forgot we can do wildcard for ignoring files 😄 |
|
Somehow, Travis is hanging on node 8's kitchensink. Maybe need a restart? |
bdbb216 to
2237356
Compare
|
@gaearon rebased, anything more to get this merged? |
.eslintignore
Outdated
packages/react-dev-utils/.gitignore
Outdated
2237356 to
0aff591
Compare
972cddb to
7c3875e
Compare
|
seems like related to http://codetunnel.io/npm-5-changes-to-npm-link/ |
|
Do we need to switch away from npm@5 for CI? |
2816dc1 to
f36b6e6
Compare
f36b6e6 to
987bb57
Compare
987bb57 to
ea843fc
Compare
ca4de75 to
1462aa1
Compare
1462aa1 to
7ae04c4
Compare
remove build artifacts move babel-cli babel-preset-react-app and cross-env to devDependencies remove unused deps
7ae04c4 to
f18b828
Compare
|
It would be nice to merge this, it holds several other important issues |
|
@andriy-f which issues? |
|
I’m not 100% convinced we need to increase complexity here because we can tell users Node 8 is required, figure out our |
|
Yea, the idea is for this PR is that we want to extract service worker code to react-dev-utils, but I see what you mean. |



In response to #2638 (comment)