File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 31
31
"globby" : " ^11.0.2" ,
32
32
"thread-loader" : " ^3.0.0" ,
33
33
"ts-loader" : " ^9.2.5" ,
34
- "webpack" : " ^5.54.0" ,
35
- "yorkie" : " ^2.0.0"
34
+ "webpack" : " ^5.54.0"
36
35
},
37
36
"peerDependencies" : {
38
37
"@vue/cli-service" : " ^3.0.0 || ^4.0.0 || ^5.0.0-0" ,
Original file line number Diff line number Diff line change 1
1
const fs = require ( 'fs' )
2
2
const path = require ( 'path' )
3
-
3
+ const { pathToFileURL } = require ( 'url' )
4
4
const isFileEsm = require ( 'is-file-esm' )
5
5
const { loadModule } = require ( '@vue/cli-shared-utils' )
6
6
@@ -25,7 +25,7 @@ module.exports = function loadFileConfig (context) {
25
25
const { esm } = isFileEsm . sync ( fileConfigPath )
26
26
27
27
if ( esm ) {
28
- fileConfig = import ( fileConfigPath )
28
+ fileConfig = import ( pathToFileURL ( fileConfigPath ) )
29
29
} else {
30
30
fileConfig = loadModule ( fileConfigPath , context )
31
31
}
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
-
6
- version "9.2.2 "
7
- resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2 .tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec "
8
- integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw ==
5
+
6
+ version "9.2.3 "
7
+ resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.3 .tgz#a425249566e318e4aca1f01a754f4e70486708bb "
8
+ integrity sha512-RHKuRKICo0PrUGXpPkqtD5a/3/LU2MwWI6pynZ3WYq+0iCMwWv3wGFM/yFxtaaa1zKkP3bGz4tVyHtqbIRxL8g ==
9
9
dependencies:
10
10
"@node-ipc/js-queue" "2.0.3"
11
11
event-pubsub "4.3.0"
You can’t perform that action at this time.
0 commit comments