Skip to content

Commit

Permalink
fix: use constant plugin NS
Browse files Browse the repository at this point in the history
close #1331
  • Loading branch information
yyx990803 committed Jun 1, 2018
1 parent bdb53e8 commit 0fb5172
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/plugin.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
const fs = require('fs')
const path = require('path')
const qs = require('querystring')
const RuleSet = require('webpack/lib/RuleSet')

const id = 'vue-loader-plugin'
const NS = path.dirname(fs.realpathSync(__filename))
const NS = 'vue-loader'

class VueLoaderPlugin {
apply (compiler) {
Expand Down

0 comments on commit 0fb5172

Please sign in to comment.