Skip to content

v0.4.0

Compare
Choose a tag to compare
@JayCanuck JayCanuck released this 10 Mar 18:21
· 434 commits to master since this release
  • Unify PrerenderPlugin and LocaleHtmlPlugin into a single general-purpose plugin
  • Defaults to en-US locale but supports all the same locale option as LocaleHtmlPlugin (json files, literal objects, presets, etc.).
  • Locale preset json format updated to a more readable layout. For example:
{
	"locales": [
		"en-US",
		"es-ES",
		"fr-FR",
		"ko-KR",
		"zh-Hans-CN",
	]
}
  • Fixed webpack 3.x prerendering when using asynchronous chunks.
  • Fixed screentype detection when not using an identifiable theme like moonstone.
  • Fixed browserslist support when using Electron browser to auto-determine webpack should use electron-main environment.