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

🏗️🚀 Babel compile with sourcemaps #27447

Merged
merged 6 commits into from Mar 28, 2020

Commits on Mar 27, 2020

  1. Babel compile with sourcemaps

    Fixes the sourcemap generation for our pre-closure babel compile.
    
    Aditionally, replaces our in-memory cache with a persistent disk cache, so re-compiling will be even faster:
    
    ```bash
    $ npx gulp dist --core_runtime_only --noextensions
    ...snip...
    [00:10:11] Finished 'dist' after 1.08 min
    
    $ npx gulp dist --core_runtime_only --noextensions
    ...snip...
    [00:11:03] Finished 'dist' after 26 s
    ```
    jridgewell committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    1607671 View commit details
    Browse the repository at this point in the history
  2. Avoid gulp-if

    It was giving sooo many problems.
    jridgewell committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    cb23515 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ea4d59 View commit details
    Browse the repository at this point in the history
  4. Remove gulp-cache use

    jridgewell committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    1f22f84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d6565c View commit details
    Browse the repository at this point in the history
  6. Recompile changed files

    jridgewell committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    5ad5d3d View commit details
    Browse the repository at this point in the history