File tree 3 files changed +3
-11
lines changed
packages/@vue/cli-service
3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 39
39
"jest" : " ^22.0.4" ,
40
40
"lerna" : " ^2.5.1" ,
41
41
"lint-staged" : " ^6.0.0" ,
42
- "memfs" : " ^2.6.0"
42
+ "memfs" : " ^2.6.0" ,
43
+ "yorkie" : " ^1.0.1"
43
44
}
44
45
}
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ module.exports = (api, options) => {
33
33
// are running it in a mode with a production env, e.g. in E2E tests.
34
34
const isProduction = process . env . NODE_ENV === 'production'
35
35
36
- const path = require ( 'path' )
37
36
const chalk = require ( 'chalk' )
38
37
const webpack = require ( 'webpack' )
39
38
const WebpackDevServer = require ( 'webpack-dev-server' )
@@ -53,14 +52,6 @@ module.exports = (api, options) => {
53
52
return error ( err )
54
53
}
55
54
56
- // transpile webpack-dev-server client since it uses const/let
57
- api . chainWebpack ( webpackConfig => {
58
- webpackConfig . module
59
- . rule ( 'js' )
60
- . include
61
- . add ( path . dirname ( require . resolve ( 'webpack-dev-server/client' ) ) )
62
- } )
63
-
64
55
const webpackConfig = api . resolveWebpackConfig ( )
65
56
66
57
const urls = prepareURLs (
Original file line number Diff line number Diff line change 60
60
"webpack-chain" : " ^4.5.0" ,
61
61
"webpack-dev-server" : " ^2.10.0" ,
62
62
"webpack-merge" : " ^4.1.1" ,
63
- "yorkie" : " ^1.0.0 "
63
+ "yorkie" : " ^1.0.1 "
64
64
},
65
65
"devDependencies" : {
66
66
"vue" : " ^2.5.13"
You can’t perform that action at this time.
0 commit comments