Skip to content

Releases: xh/hoist-dev-utils

v5.2.0

20 Jul 15:10
Compare
Choose a tag to compare

v5.1.0

02 Jul 16:29
Compare
Choose a tag to compare

v5.0.0

02 Jul 16:29
Compare
Choose a tag to compare

v4.4.0

08 Feb 14:02
Compare
Choose a tag to compare

v4.3.4

25 Oct 16:35
Compare
Choose a tag to compare

v4.3.0

02 Oct 21:58
Compare
Choose a tag to compare

v3.8.0

16 Aug 18:21
Compare
Choose a tag to compare
v3.8.0

v3.0.4

15 Oct 19:09
Compare
Choose a tag to compare

🎁 New Features

  • Should not technically be a breaking change, but big enough to warrant a new major version, Hoist Dev Utils 3.x+ now uses Webpack 4 and Babel 7 to compile and build client code. This brings with it a very noticeable speedup for both CI builds and dev-time builds / recompiles. πŸš€
  • All related Webpack libraries, loaders, and plugins have been updated to their latest versions.

βš™οΈ Technical

  • The @xh/eslint-config package has been removed from this repo and broken out into its own repository for consistency / clarity.

:octocat: Commit Log

v2.3.0

15 Oct 19:05
Compare
Choose a tag to compare

🎁 New Features

Several new configs have been added to the core configureWebpack() method:

  • contextRoot allows apps to specify the root path at which they will be loaded. This can be variable due to e.g. shared proxy configurations.
  • babelIncludePaths and babelExcludePaths also exposed as configs, for apps that wish to transpile (or not) additional packages (e.g. private plugins).
  • Standalone JSX files are properly included for transpilation via Babel.

:octocat: Commit Log

v2.2.0

20 Aug 19:32
Compare
Choose a tag to compare

🎁 Enhancements

  • Support specifying a dev server name within configureWebpack for testing on a workstation or device other than localhost. (#10)