Skip to content

Commit f7dc112

Browse files
authored
docs(guide): broken link about nodeIntegration (#1443)
1 parent 38add80 commit f7dc112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebarDepth: 2
1010

1111
## Native Modules
1212

13-
Native modules are supported and should work without any configuration, assuming [nodeIntegration is enabled](./configuration.md#node-integration). If you get errors, you may need to set the native dependency as an [webpack external](https://webpack.js.org/configuration/externals/). It should get found automatically, but it might not. To do this, use the `externals` option:
13+
Native modules are supported and should work without any configuration, assuming [nodeIntegration is enabled](./security.md#node-integration). If you get errors, you may need to set the native dependency as an [webpack external](https://webpack.js.org/configuration/externals/). It should get found automatically, but it might not. To do this, use the `externals` option:
1414

1515
```javascript
1616
// vue.config.js

0 commit comments

Comments
 (0)