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

Object proxy stub #1178

Closed
wants to merge 16 commits into from
Closed

Commits on Nov 30, 2016

  1. Configuration menu
    Copy the full SHA
    1c2ab8c View commit details
    Browse the repository at this point in the history
  2. Fix reloading when served from a custom backend

    Before these changes, when the bundle was served from a custom web
    server, requests for updates were being sent to the port seen on window
    rather than what the webpack dev server was running on.
    lexun authored and bmatto committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    6727d4a View commit details
    Browse the repository at this point in the history
  3. Add support for css modules

    bmatto authored and lexun committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    a065ef1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bdd4cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    366a4bb View commit details
    Browse the repository at this point in the history
  6. Move public into client folder

    lexun authored and bmatto committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    56b7397 View commit details
    Browse the repository at this point in the history
  7. Add and configure sass-loader

    lexun authored and bmatto committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    68b206a View commit details
    Browse the repository at this point in the history
  8. Add missing sass bundled dependencies

    lexun authored and bmatto committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    fd87da9 View commit details
    Browse the repository at this point in the history
  9. Enable up to stage 1 in babel

    lexun authored and bmatto committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    046da1f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Publish as public on npm

    lexun committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    0fa9b56 View commit details
    Browse the repository at this point in the history
  2. Publish

    lexun committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    040b357 View commit details
    Browse the repository at this point in the history
  3. Remove bundledDependencies

    Disabled because npm/npm#12834
    
    It will also be removed upstream soon:
    facebook#1068
    lexun committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    a64ba0c View commit details
    Browse the repository at this point in the history
  4. Publish

    lexun committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    86d17b1 View commit details
    Browse the repository at this point in the history
  5. Kill more bundledDependencies

    lexun authored and bmatto committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    87122eb View commit details
    Browse the repository at this point in the history
  6. Publish

    lexun authored and bmatto committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    e867599 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Export object proxy from css test stub

    Byron Matto and Luke Barbuto committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    1c1a7aa View commit details
    Browse the repository at this point in the history