Skip to content

v1.4.1

Choose a tag to compare

@bahmutov bahmutov released this 23 Jul 19:11
· 365 commits to master since this release
76092cb

1.4.1 (2020-07-23)

Bug Fixes

  • spa parameter and full client-side routing example (#72) (76092cb)
[[plugins]]
  package = "netlify-plugin-cypress"
  [plugins.inputs]
    # must allow our test server to redirect unknown routes to "/"
    # so that client-side routing can correctly route them
    # can be set to true or "index.html" (or similar fallback filename in the built folder)
    spa = true

See an example in tests/routing folder