Releases: xh/hoist-dev-utils
Releases Β· xh/hoist-dev-utils
v5.2.0
v5.1.0
v5.0.0
v4.4.0
v4.3.4
v4.3.0
v3.8.0
v3.0.4
π 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.
v2.3.0
π 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
andbabelExcludePaths
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.