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

[v2.0.0] Remove experimentalOptimizeChunks #3343

Merged
merged 6 commits into from Feb 14, 2020

Commits on Feb 4, 2020

  1. [v2.0.0] Update minimum required Node version to 10 (#3346)

    * Update CI to only run on Node 10 and 12, add engines to package.json
    
    * Update TypeScript target
    
    * Remove Bublé as a transpilation option from tests (it is still needed in sourcemap tests)
    
    * Remove minNodeVersion form tests
    
    * Reformat package.json
    lukastaegert committed Feb 4, 2020
    Copy the full SHA
    a1db212 View commit details
    Browse the repository at this point in the history
  2. [v2.0.0] Bundle chokidar (#3331)

    * Create a separate chunk for watch mode via a dynamic import
    
    * Bundle chokidar
    
    * Handle conditional fsevents import
    
    * Only run tests on Node 10 and 12 as we want to do this anyway and chokidar depends on utils.promisify
    
    * Improve chunking
    
    * Refactor and simplify watcher
    
    * Make watcher a proper parameter
    
    * Only unwatch and watch on Linux systems
    
    * No longer run JS files through TypeScript for improved bundling performance
    lukastaegert committed Feb 4, 2020
    Copy the full SHA
    6dc6e0d View commit details
    Browse the repository at this point in the history
  3. [v2.0.0] Remove active deprecations (#3352)

    * Remove active deprecations
    
    * Make inactive deprecations active
    
    * Improve coverage
    
    * Improve coverage
    
    * Refine transformer
    
    * Improve coverage
    
    * Refactoring option normalization
    
    * Improve coverage
    lukastaegert committed Feb 4, 2020
    Copy the full SHA
    cfdc86b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Copy the full SHA
    7794ef6 View commit details
    Browse the repository at this point in the history
  2. Remove more unused code

    lukastaegert committed Feb 5, 2020
    Copy the full SHA
    a969a6e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Copy the full SHA
    89bd6d2 View commit details
    Browse the repository at this point in the history