File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,11 @@ Global builds are not [UMD](https://github.com/umdjs/umd) builds. They are built
125
125
126
126
### For Server-Side Rendering
127
127
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 ` .
132
133
133
134
## Runtime + Compiler vs. Runtime-only
134
135
You can’t perform that action at this time.
0 commit comments