Releases: GoogleChromeLabs/prerender-loader
Releases · GoogleChromeLabs/prerender-loader
1.3.0
Bug fixes in this release:
- Allow prerender code to require() Node.js built-in modules (
require('url')
)
- Improved support for
ExtractTextPlugin
(#18, thanks @nirbenya!)
👩🎨 Please open an issue if you run into problems with chunk hash mismatches after upgrading!
1.2.0
- Improved support for webpack entry values specified as Arrays (#15, thanks @QingWei-Li!)
- Install mock implementations of Custom Elements, ServiceWorker, MessagePort and matchMedia
1.1.0
- Adds support for multiple Webpack entries (arrays, objects, etc) (#8, thanks @havenchyk!)
- Automatically adds a doctype to prerendered HTML if there isn't one already present
- New
documentUrl
option to configure JSDOM's URLs like location.href
(#12, thanks @hugmanrique!)