Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

2.0.2

Compare
Choose a tag to compare
@danbucholtz danbucholtz released this 13 Jul 14:23
· 170 commits to master since this release

Upgrading

Make sure you fllow the instructions below for upgrading from 1.x to 2.x. In the 2.0.2 release, we had to make a small change to the optimization config. If you override this config, please review the change and update your config accordingly.

Bug Fixes

  • sass: fix potential null pointer, though it really should never happen (427e556)
  • webpack: don't output deptree.js, this requires a minor tweak to the optimization config if you have it customized (785e044)
  • webpack: upgrade to webpack 3.2.0 to fix some bugs within Webpack surrounding the ModuleConcatenationPlugin (f85ade0)