Skip to content

Instantly share code, notes, and snippets.

@aaronjensen
Created February 27, 2017 18:47
Show Gist options
  • Save aaronjensen/d3ce8a3fb9d718c991aaf66e495d8aeb to your computer and use it in GitHub Desktop.
Save aaronjensen/d3ce8a3fb9d718c991aaf66e495d8aeb to your computer and use it in GitHub Desktop.

webpack-blocks

Before 1.0/2.0 split (in both)

This could happen as a back-port for 1.0, so we can start work on 2.0 initially

Remove createConfig.vanilla

Make createConfig have no initial config

Add preset which includes:

andywer/webpack-blocks#60

  • assets loader
  • babel loader
  • Source maps in dev
  • Minification/optimization in production
  • resolve.extensions fix in webpack 1

Create assets block

1.0/2.0 split

1.0

  1. Remove webpack 2 blocks/docs

2.0

  1. Remove webapck 1 blocks/docs

  2. Rename webpack 2 blocks to not have 2 suffix

  3. Fix deprecations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment