Commit 343b9df0 authored by Evan You's avatar Evan You

fix: use relative path for self path resolution

parent 79fbcd2d
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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment