Skip to content

Commit 39e6580

Browse files
visualfanatickazupon
authored andcommitted
docs: remove unnecessary path module usage (#1430)
1 parent a154c42 commit 39e6580

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Diff for: docs/guide/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ A more complete example webpack config will look like this:
3737

3838
``` js
3939
// webpack.config.js
40-
const path = require('path')
4140
const VueLoaderPlugin = require('vue-loader/lib/plugin')
4241

4342
module.exports = {

Diff for: docs/ru/guide/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ module.exports = {
3737

3838
``` js
3939
// webpack.config.js
40-
const path = require('path')
4140
const VueLoaderPlugin = require('vue-loader/lib/plugin')
4241

4342
module.exports = {

Diff for: docs/zh/guide/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ module.exports = {
3737

3838
``` js
3939
// webpack.config.js
40-
const path = require('path')
4140
const VueLoaderPlugin = require('vue-loader/lib/plugin')
4241

4342
module.exports = {

0 commit comments

Comments
 (0)