Releases: dojo/cli-build-app
Releases · dojo/cli-build-app
Release v5.0.0
The Dojo Cli Build App 5.0.0 release.
Enhancements
- Optimise CSS (#195)
- Support compression when using development server (#214)
- Use
Bootstrap
Plugin from dojo/webpack-contrib - Upgrade to Webpack 4
- Hot Module Reload with file watch
- Support Dojo Blocks
- Watch resources outside of
src
- Use
manifest.json
for logging assets and chunks
Bug Fixes
Release v4.0.0
The Dojo cli-build-app 4.0.0 release.
Breaking Changes
- Split the unit and functional testing bundles
- Move to postcss-preset-env over postcss-cssnext & (#165)
Enhancements
- Automatic Code Splitting By Route
- Support
main.tsx
and makemain.css
optional - Pass
dojo-debug
feature for dev builds - Use a consistent css ident between build profiles
- Provide fallback for when using history API routing to load the index.html
- Proxy support when using
serve
functionality - Support for serving over HTTPS
- Support passing
features
via the command line - A single bundle mode to produce a single application bundle
- Webpack Externals support & (#133) & (#134)
- Compression support for dist builds, supports
gzip
andbrotli
- Parse, hash and include assets from index.html in the build
- Catch all inclusion of files from
/assets
directory