Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 39e6580

Browse filesBrowse files
visualfanatickazupon
authored andcommitted
docs: remove unnecessary path module usage (vuejs#1430)
1 parent a154c42 commit 39e6580
Copy full SHA for 39e6580

File tree

Expand file treeCollapse file tree

3 files changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+0
-3
lines changed

‎docs/guide/README.md

Copy file name to clipboardExpand all lines: docs/guide/README.md
-1Lines changed: 0 additions & 1 deletion
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 = {

‎docs/ru/guide/README.md

Copy file name to clipboardExpand all lines: docs/ru/guide/README.md
-1Lines changed: 0 additions & 1 deletion
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 = {

‎docs/zh/guide/README.md

Copy file name to clipboardExpand all lines: docs/zh/guide/README.md
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.