Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 5cfac63

Browse files
vtrifonovrigor789
authored andcommitted
fix: remove vue-hot-reload-api-patcher as it is already updated (#89)
1 parent 0e1af5d commit 5cfac63

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

template/vue-hot-reload-api-patcher.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

template/webpack.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,6 @@ module.exports = env => {
162162
},
163163
].filter(loader => Boolean(loader)),
164164
},
165-
166-
// TODO: Removed the rule once https://github.com/vuejs/vue-hot-reload-api/pull/70 is accepted
167-
{
168-
test: resolve(__dirname, 'node_modules/vue-hot-reload-api/dist/index.js'),
169-
use: "../vue-hot-reload-api-patcher"
170-
},
171-
172165
{
173166
test: /\.css$/,
174167
use: [

0 commit comments

Comments
 (0)