Skip to content

Enable incremental webpack loading by default

Overview

With !52350 (merged) we introduced opt-in incremental webpack loading for development. It compiles much faster and uses less RAM. We should probably enable it by default in development mode with webpack-dev-server.

How to enable it currently

  1. Make sure that gdk is up to date,
  2. In your gdk.yml simply set:
    webpack:
      incremental: true
  3. Run gdk reconfigure

How does it look

Implementation plan

Edited by Mark Florian