Skip to content

v5.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@cossssmin cossssmin released this 22 Jul 15:43
· 0 commits to master since this release

Fixed an issue with static assets being copied twice if they were nested in the static.source directory.

For example this:

src/images
  /v1/hero.jpg
  logo.jpg

... was copied over to this:

build_production/images
  /v1/hero.jpg
  hero.jpg # this shouldn't be here!
  logo.jpg
  • fix: copying static assets 43c28b6

v5.0.0-beta.9...v5.0.0-beta.10