ui-harness v3.0.0 Release Notes

Release Date: 2016-01-21 // about 8 years ago
  • โž• Added

    • ๐Ÿ— Bundling the UIHarness code itself as a static file so only the test specs/components are build (faster).
    • node bundle command.

    ๐Ÿ”„ Changed

    • ๐Ÿšš Moved from WebPack middleware to use the WebpackDevServer.
      • This was done because reload issues were occurring with the middleware (it is less well supported) and is no longer necessary with an firmer understanding of the proxy feature of the WebpackDevServer which allows for a server-app to be used.