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

3.0.1

Compare
Choose a tag to compare
@mhartington mhartington released this 20 Oct 16:57
· 82 commits to master since this release

3.0.1 (2017-10-20)

Bug Fixes

  • cleancss: update to latest version of clean-css to mitigate issue with purging some css that should not be purged (564bd61)
  • deep-linking: ensure hasExistingDeepLinkConfig returns true where there is a config referenced by a variable (2e40340)
  • deep-linking: ensure the deepLinkDir ends in path.sep (496af40)
  • set context right immediately (802b329)
  • dev-server: fix for --nolivereload flag to stop reloading (#1200) (d62f5da)
  • html: limit regex to only applicable script tags for replacing content (93db0ef)
  • proxy: add a cookieRewrite option which is passed to proxy-middleware. (#1226) (771ee63)
  • source-maps: fix race condition between copying and purging source maps (f5529b5)
  • webpack: always use modules output from webpack to form default basis of where to look for sass files (c199ea4)