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] Upgrade Gatsby v2 to webpack 4 #4588

Merged
merged 10 commits into from
Mar 23, 2018
Merged

[v2] Upgrade Gatsby v2 to webpack 4 #4588

merged 10 commits into from
Mar 23, 2018

Commits on Mar 14, 2018

  1. WIP'

    KyleAMathews committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    b45c42d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Configuration menu
    Copy the full SHA
    8fc2f5c View commit details
    Browse the repository at this point in the history
  2. WIP

    KyleAMathews committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    34eda94 View commit details
    Browse the repository at this point in the history
  3. Upgrade packages

    KyleAMathews committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    9660dbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12622d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Configuration menu
    Copy the full SHA
    84bd71b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3d113 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. [v2] Webpack 4 additions (#4627)

    * escape path for regexp because windows uses backslash
    
    * remove WatchMissingNodeModulesPlugin
    
    * remove gatsby-module-loader in favor of using import()
    
    * add layoutComponentChunkName to initial scripts
    
    * add initial styles as link tags
    
    * use stringify because it's safer
    
    * there is no ignoreOrder option
    
    * use [chunkhash] and [name] for CSS files
    
    * use oneOf rule to match only one of css and css modules
    
    * add a TODO about server rendering and CSS
    
    * use development mode in devlop build
    
    * add CSS support for develop mode
    
    * use [chunkhash]
    
    * add css inlining
    
    * Simplify less and sass rules
    sokra authored and KyleAMathews committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    6ad61a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    69c084f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f07e5f2 View commit details
    Browse the repository at this point in the history