Skip to content

Commit 4b80f94

Browse files
fix: fixes 419, correct heading
1 parent 1b82e03 commit 4b80f94

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/guide/installation.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@ Global builds are not [UMD](https://github.com/umdjs/umd) builds. They are built
125125

126126
### For Server-Side Rendering
127127

128-
- `vue.cjs(.prod).js`:
129-
- For use in Node.js server-side rendering via `require()`.
130-
- If you bundle your app with webpack with `target: 'node'` and properly externalize `vue`, this is the build that will be loaded.
131-
- The dev/prod files are pre-built, but the appropriate file is automatically required based on `process.env.NODE_ENV`.
128+
#### `vue.cjs(.prod).js`:
129+
130+
- For use in Node.js server-side rendering via `require()`.
131+
- If you bundle your app with webpack with `target: 'node'` and properly externalize `vue`, this is the build that will be loaded.
132+
- The dev/prod files are pre-built, but the appropriate file is automatically required based on `process.env.NODE_ENV`.
132133

133134
## Runtime + Compiler vs. Runtime-only
134135

0 commit comments

Comments
 (0)