Releases: jaredpalmer/razzle
Releases · jaredpalmer/razzle
v0.6.1
create-razzle-app
, deprecatedrazzle-cli
- More examples
- Updated docs
- New .env configuration that matches
create-react-app's
v0.6.0-rc2
- Better logging, no more
assets.json
error on initial startup - New environment variable setup that mimic's
create-react-app
- e2e tests!
- New examples for custom webpack and custom environment variables
v0.5.4
- Drop QR code generation
- Remove deprecation message
v0.5.3
- Default host is now
localhost
for better Windows support - Added Reason-React example!
v0.5.2
Patch
- Fix an issue with non-default dev server port.
v0.5.0
See #265 for more details...
- Use
.env
for build-time environment variables like CRA - Update docs with new settings
- Add deprecation warning if
host
,port
, orclearConsole
are specified inrazzle.config.js
, but do not break any builds. - Added TypeScript example
- Nicer console spacing on successful build task
v0.4.4
- Upgrade
webpack
to2.5.1
- Upgrade
webpack-dev-server
to2.4.5
- Fix HMR by setting CORS on devServer config
v0.4.3
Patch release
- Disabling
webpack-dev-server
'sdefaultHostCheck
as per webpack/webpack-dev-server#882
v0.4.2
- Fix template path to
App
- Update template's
babel-preset-razzle
version - Set template to use the latest version of razzle
v0.4.1
- Update dependencies
- Update docs