Commit 39e65809 authored by Damian Stasik's avatar Damian Stasik Committed by kazuya kawaguchi

docs: remove unnecessary `path` module usage (#1430)

parent a154c422
...@@ -37,7 +37,6 @@ A more complete example webpack config will look like this: ...@@ -37,7 +37,6 @@ A more complete example webpack config will look like this:
``` js ``` js
// webpack.config.js // webpack.config.js
const path = require('path')
const VueLoaderPlugin = require('vue-loader/lib/plugin') const VueLoaderPlugin = require('vue-loader/lib/plugin')
module.exports = { module.exports = {
......
...@@ -37,7 +37,6 @@ module.exports = { ...@@ -37,7 +37,6 @@ module.exports = {
``` js ``` js
// webpack.config.js // webpack.config.js
const path = require('path')
const VueLoaderPlugin = require('vue-loader/lib/plugin') const VueLoaderPlugin = require('vue-loader/lib/plugin')
module.exports = { module.exports = {
......
...@@ -37,7 +37,6 @@ module.exports = { ...@@ -37,7 +37,6 @@ module.exports = {
``` js ``` js
// webpack.config.js // webpack.config.js
const path = require('path')
const VueLoaderPlugin = require('vue-loader/lib/plugin') const VueLoaderPlugin = require('vue-loader/lib/plugin')
module.exports = { module.exports = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment