File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ covers a vast majority of projects where the main file isn't touched.
7676? Use a headless browser to render the application? (recommended) Yes
7777```
7878
79- This option is there for debugging purposes, but ** should not be enabled**
79+ This option is there for debugging purposes, but ** should be left enabled**
8080otherwise. Not using a headless browser will open a Chrome window when building
8181with your app running inside, then close once the snapshot has been taken.
8282Since the plugin configuration object isn't available, it is available here.
Original file line number Diff line number Diff line change 33 "version" : " 1.0.1" ,
44 "description" : " Vue CLI plugin to add prerendering to your application" ,
55 "main" : " index.js" ,
6- "author" : " Nathan Graule" ,
6+ "author" : {
7+ "name" : " Nathan Graule" ,
8+ "email" : " solarliner@gmail.com" ,
9+ },
710 "license" : " MIT" ,
11+ "repository" : " https://github.com/SolarLiner/vue-cli-plugin-prerender-spa" ,
12+ "keywords" : [
13+ " vuejs" ,
14+ " vue-cli" ,
15+ " plugin" ,
16+ " prerender" ,
17+ " SPA"
18+
19+ ]
820 "private" : false ,
921 "dependencies" : {
1022 "javascript-stringify" : " ^1.6.0" ,
You can’t perform that action at this time.
0 commit comments