[babel-preset-react-app] Temporary fix missing babel plugins#1177
Conversation
|
Does this fix your tests? |
|
Yes, all of them |
|
k let's do it. There was an attempt in #875 but the submitter didn't follow up and I'm not sure how to best solve this. Would you like to take over that PR and figure out a good way to integrate it? |
|
Yes, I was thinking about some more accurate tests, maybe in the template in |
|
I'd rather keep the default template simple and only use those for catching regressions. |
|
Bonus points: have a way to actually assert things in such integration tests. Not just run |
|
That's also an option, and we could also address the problem with using |
|
Conversation about tests continuing in #1187. |
* master: (30 commits) Relax peerDependencies for ESLint preset (react#1191) Update Webpack to fix source map issues (react#1188) Update webpack prod config (react#1181) Chrome 'open tab' reuse an empty tab when possible (react#1165) Use file-loader for svgs (react#1180) Fix Babel issues in tests by applying the right transforms (react#1179) [babel-preset-react-app] Temporary fix missing babel plugins (react#1177) Add Subresource Integrity support (react#1176) Remove path module from webpack config on eject. (react#1175) Don't strip stack traces of evaluated webpack bundles (react#1050) Add deploy to Firebase CDN on template's README (Closes react#374) (react#1143) Update e2e.sh (react#1167) Document what npm build does and pushState (react#933) Fix minor typo/grammar (react#1099) Add "npm run build silently fails" to Troubleshooting (react#1168) Add testURL to jest config (react#1120) Make jsx-no-undef rule an error (react#1159) Update CHANGELOG.md Publish Update changelog for 0.8.1 ...
As said in #1156 and #1160 it seems that
babel-plugin-transform-regeneratorneeds some additional plugins to work, andbabel-preset-envis unable to detect it.