Skip to content

Commit 435f75d

Browse files
obertrandkazupon
authored andcommitted
Fix nodeExternals require typo (#4)
Fix typo in `webpack-node-externals`
1 parent b622c59 commit 435f75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/build-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The server config is meant for generating the server bundle that will be passed
88

99
``` js
1010
const merge = require('webpack-merge')
11-
const nodeExternals = require('wepback-node-externals')
11+
const nodeExternals = require('webpack-node-externals')
1212
const baseConfig = require('./webpack.base.config.js')
1313
const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
1414

0 commit comments

Comments
 (0)