-
Notifications
You must be signed in to change notification settings - Fork 5
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
Start over the application from CCA #120
Conversation
1eae50f
to
d75a4a7
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.
LGTM !
test/jestLib/babel-transformer.js
Outdated
@@ -0,0 +1,5 @@ | |||
const config = require('../babel.config') | |||
const { createTransformer } = require('babel-jest') | |||
module.exports = createTransformer({ |
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.
createTransformer(config)
?
package.json
Outdated
@@ -42,6 +42,7 @@ | |||
"stylint": "1.5.9" | |||
}, | |||
"dependencies": { | |||
"babel-core": "7.0.0-bridge.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.
should be a devDep ?
d75a4a7
to
0dc1d7e
Compare
I have to add this babel transformer usage in a troubleshooting section of CCA documentation since it could be necessary without specific reasons like here. |
0dc1d7e
to
9415272
Compare
generated from commit fa1e2e7
Restart all from a clean bootstrapped app from CCA
Closes #114 (thanks @ptbrowne)