Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarLiner committed Aug 15, 2018
2 parents 7e03d4b + 4f962b9 commit 54e8187
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ covers a vast majority of projects where the main file isn't touched.
? Use a headless browser to render the application? (recommended) Yes
```

This option is there for debugging purposes, but **should not be enabled**
This option is there for debugging purposes, but **should be left enabled**
otherwise. Not using a headless browser will open a Chrome window when building
with your app running inside, then close once the snapshot has been taken.
Since the plugin configuration object isn't available, it is available here.
Expand Down
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@
"version": "1.0.1",
"description": "Vue CLI plugin to add prerendering to your application",
"main": "index.js",
"author": "Nathan Graule",
"author": {
"name": "Nathan Graule",
"email": "[email protected]",
},
"license": "MIT",
"repository": "https://github.com/SolarLiner/vue-cli-plugin-prerender-spa",
"keywords": [
"vuejs",
"vue-cli",
"plugin",
"prerender",
"SPA"

]
"private": false,
"dependencies": {
"javascript-stringify": "^1.6.0",
Expand Down

0 comments on commit 54e8187

Please sign in to comment.