Skip to content
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

Replace JSXTransformer with babel/browser #4131

Closed
wants to merge 3 commits into from

Commits on Jun 15, 2015

  1. facebook#4129

    - Added import of babel browser plugin to transform JSX code
    - Removed occurrences of JSXTransformer from all places
    - Fixed jsx-compiler and live_editor to start using babel transform
    - Added rake task to start copying latest babel plugin for compilation
    vipulnsward committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    7c9ed15 View commit details
    Browse the repository at this point in the history
  2. facebook#4129

    - Get rid of transform function from jsx compiler and rely on babel instead
    vipulnsward committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    f56e54a View commit details
    Browse the repository at this point in the history
  3. facebook#4129

    - Get rid of browser.min.js checked in _js
    - Start copying brower.min.js for babel to js/babel-browser.min.js
    - Get rid of JSXTransformer from js file
    vipulnsward committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    f33ce60 View commit details
    Browse the repository at this point in the history