Commit 0fb51728 authored by Evan You's avatar Evan You

fix: use constant plugin NS

close #1331
parent bdb53e88
const fs = require('fs')
const path = require('path')
const qs = require('querystring') const qs = require('querystring')
const RuleSet = require('webpack/lib/RuleSet') const RuleSet = require('webpack/lib/RuleSet')
const id = 'vue-loader-plugin' const id = 'vue-loader-plugin'
const NS = path.dirname(fs.realpathSync(__filename)) const NS = 'vue-loader'
class VueLoaderPlugin { class VueLoaderPlugin {
apply (compiler) { apply (compiler) {
......
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