Releases: SolarLiner/vue-cli-plugin-prerender-spa
Releases · SolarLiner/vue-cli-plugin-prerender-spa
v1.1.6 - Config and vulnerabilities
v1.1.5 - Pack that generator
- Fix generator not being unpacked into node_modules
v1.1.3 - Upgrade to Vue CLI 3.3
v1.1.2 - Hotfix release
- Fix Node.js LTS carbon chocking on a catch statement without exception variable (#17)
1.1.1: Hotfix release
Hotfix release 1.1.1
- Workaround blank page on development builds by force disabling the plugin on dev builds (#16)
Version 1.1.0
- Adds support for user post-processing of HTML after pre-rendering #4
- Bundles an
app.html
file which is not prerendered, and should be used as
entrypoint for non-prerendered routes #14 - Support multi-page mode (by @snadn) #10 (implementation #11)
- Support non-default baseURL (by @snadn) #6 (implementation #9)
- Writes configuration using the API
extendPackage
function, which writes to
vue.config.js
. If found, the old configuration will be copied over and
converted onvue invoke
(and read, but not converted on build).