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

Sourcemaps #3458

Merged
merged 10 commits into from
Oct 9, 2017
Merged

Sourcemaps #3458

merged 10 commits into from
Oct 9, 2017

Commits on Oct 4, 2017

  1. Configuration menu
    Copy the full SHA
    2ab8f14 View commit details
    Browse the repository at this point in the history
  2. Test the new source map behavior

    Under the new transformer rules, if the transformer provides us a
    sourcemap, we'll take it, regardless of the coverage settings. This
    means source maps are cached alongside the originals, and `Runtime`
    will populate its `_sourceMapRegistry`
    felipeochoa committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    69df22b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fffc59b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc671c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cdcecd View commit details
    Browse the repository at this point in the history
  6. move up source-map-support to top-level dependency

    It was already included as a transitive dependency:
    babel-core -> babel-register -> source-map-support
    felipeochoa committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    85f4bcf View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Update snapshot

    SimenB committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    35e4743 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    SimenB committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    08e6a0f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Configuration menu
    Copy the full SHA
    c51cf2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4269625 View commit details
    Browse the repository at this point in the history