chore(deps): update dependency @akryum/vue-cli-plugin-ssr to v0.6.0 #146
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.0
->0.6.0
Release Notes
Akryum/vue-cli-plugin-ssr
v0.6.0
Compare Source
Breaking changes
index.ssr.html
) so spaserve
still works.In the
public
folder, make sure to have the following two files.index.html
:index.ssr.html
:You can run/build in SPA mode with
vue-cli-service serve
andvue-cli-service build
.With SSR enabled it's still
vue-cli-service ssr:serve
andvue-cli-service ssr:build
.New
onError
config optiononRender
hook config option (#81)clustered
config option to run the built in server in cluster mode (#59)shouldNotPrefetch
andshouldNotPreload
options to control assets hints (#59)extendContext
hook option (#58)criticalCSS
option for users who wants to keep css separated (#48)copyUrlOnStart
option to disable URL copy in clipboard (#41)Fixed
router/
directories (#146)Renovate configuration
📅 Schedule: "every weekend" in timezone Europe/Paris.
🚦 Automerge: Disabled due to failing status checks.
♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.