Skip to content

Commit 343b9df

Browse files
committed
fix: use relative path for self path resolution
1 parent 79fbcd2 commit 343b9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/loaders/pitch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const qs = require('querystring')
22
const loaderUtils = require('loader-utils')
3-
const selfPath = require.resolve('vue-loader')
3+
const selfPath = require.resolve('../index')
44
const templateLoaderPath = require.resolve('./templateLoader')
55
const stylePostLoaderPath = require.resolve('./stylePostLoader')
66

0 commit comments

Comments
 (0)