Skip to content

v1.7.0

Compare
Choose a tag to compare
@jamesmartin jamesmartin released this 12 Feb 22:25
· 124 commits to master since this release
437a704

Added

  • WebpackAssetFinder serves files from dev server if one is running. #111. Thanks, @connorshea

Fixed

  • Using Webpacker and Asset Pipeline in a single App could result in SVGs not being found because the wrong AssetFinder was used. #114. Thanks, @kylefox
  • Prevent "EOFError error" when using webpack dev server over HTTPS #113. Thanks, @kylefox