1.1.0
Features & Improvements
- Add
publicPath
config option (#213, thanks @lukeed) - Add
minify
config option (#214, thanks @lukeed) - Add friendly warnings/errors for node built-ins (#233, thanks @dbetteridge)
- Allow disabling HMR for full reloads (#263, thanks @JoviDeCroock)
- Clean output directory prior to build (#223, thanks @rschristian)
- Improve performance of
wmr build
for large directories (#216, thanks @lukeed) - Optimize JSX output using the production HTM compiler (#247, thanks @developit)
TypeScript
- Fix ambient typing of
*.module.css
files (#200, thanks @lukeed) - Hoist JSX namespace to be global by default (#261, thanks @developit)
Bugfixes
- Set "engines" to Node 12.7+ (#208 #231, thanks @AjayPoshak & @lukeed)
- Fix printing server address to console under Linux (#204 #205, thanks @intrnl)
- Fix
file:///
protocol prerendering support (#212, thanks @lukeed) - Fix HMR for modules that don't reference
module.hot
(#220, thanks @JoviDeCroock) - Throw Error when Node doesn't support workers (#237, thanks @JoviDeCroock)
- Fix aliases applied to npm modules (#249, thanks @jstans)
- Fix compiled JSX
html
variable collision (#273, thanks @developit) - Fix normalization of HMR paths on Windows (#278, thanks @JoviDeCroock)