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

feat(wip): add filesystem cache config for webpack 5 #6323

Draft
wants to merge 8 commits into
base: dev
Choose a base branch
from

Commits on Mar 1, 2021

  1. feat(wip): add filesystem cache config for webpack 5

    New:
    - Turn on `filsystem` cache by default in webpack 5
    - An `addBuildDependencies` plugin API for plugins to add additional
    dependencies to the cache config
    
    To Fix:
    - Need to implement a `--no-cache` option for both `serve` and `build`
    command
    - Need to decide how to deal with `.js` config files when a random
    environment variable change may affect its exports
    - `lintOnSave` option needs an overhaul to work better with webpack 5
    and the new cache mechanism
    - Not sure how to test the cache implementation
    haoqunjiang committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    cbf7640 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    57cb676 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

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

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    42f2162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a3983a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    411450c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    6acc5a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3cfcf5 View commit details
    Browse the repository at this point in the history