Skip to content

Commit

Permalink
fix: use relative path for self path resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 23, 2018
1 parent 79fbcd2 commit 343b9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loaders/pitch.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const qs = require('querystring')
const loaderUtils = require('loader-utils')
const selfPath = require.resolve('vue-loader')
const selfPath = require.resolve('../index')
const templateLoaderPath = require.resolve('./templateLoader')
const stylePostLoaderPath = require.resolve('./stylePostLoader')

Expand Down

0 comments on commit 343b9df

Please sign in to comment.