Skip to content

Document configuration and build process - #362

Merged
gaearon merged 1 commit into
masterfrom
document
Aug 4, 2016
Merged

Document configuration and build process#362
gaearon merged 1 commit into
masterfrom
document

Conversation

@gaearon

Copy link
Copy Markdown
Contributor

This seems like a nice thing to do since the user will have to deal with this after ejection.
Also serves as a good reminder for us in the future for why we made certain choices.

@ghostghost added the CLA Signed label Aug 4, 2016
@gaearon
gaearonforce-pushed the document branch 3 times, most recently from 131b25b to 3246059CompareAugust 4, 2016 19:34
@mxstbr

Copy link
Copy Markdown
Contributor

Ace. :shipit:

@gaearon
gaearonforce-pushed the document branch 2 times, most recently from 8717c0f to 6c47426CompareAugust 4, 2016 19:39
@pawelgrzybek

Copy link
Copy Markdown

Great idea Dan. Yes please!

@gaearon
gaearonforce-pushed the document branch 3 times, most recently from c321146 to a43fc43CompareAugust 4, 2016 19:47
@ghostghost added the CLA Signed label Aug 4, 2016
Comment threadconfig/babel.prod.js
// { ...todo, completed: true }
require.resolve('babel-plugin-transform-object-rest-spread'),
require.resolve('babel-plugin-transform-react-constant-elements'),
// function* () { yield 42; yield 43; }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gaearon what is this for? (just curious 💭 )

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm it's an example of regenerator

@MoonTahoe

Copy link
Copy Markdown

I think this would be really a helpful point of reference for students.

@gaearon
gaearon merged commit c1a984d into masterAug 4, 2016
@gaearongaearon added this to the 0.3.0 milestone Aug 4, 2016
Comment threadconfig/babel.prod.js
require.resolve('babel-plugin-transform-class-properties'),
// { ...todo, completed: true }
require.resolve('babel-plugin-transform-object-rest-spread'),
require.resolve('babel-plugin-transform-react-constant-elements'),

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was the only non-comment change in this PR, is it intentional?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, I just moved it a few lines down for consistency with dev config (order shouldn’t matter for this transform).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah i didn't see it, nevermind then 👍

@gaearon
gaearon deleted the document branch August 4, 2016 20:13
tizmagik added a commit to tizmagik/create-react-app that referenced this pull request Aug 5, 2016
…react-app
* 'master' of https://github.com/facebookincubator/create-react-app:
0.3.0-alpha
Update some deps
Document configuration and build process (react#362)
# Conflicts:
#	config/webpack.config.dev.js
gaearon added a commit that referenced this pull request Aug 22, 2016
@gaearongaearon modified the milestones: 0.2.2, 0.3.0Aug 22, 2016
@gaearongaearon mentioned this pull request Aug 22, 2016
@locklockBot locked and limited conversation to collaborators Jan 22, 2019
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@gaearon@mxstbr@pawelgrzybek@MoonTahoe@nfcampos@kkemple