We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb53e8 commit 0fb5172Copy full SHA for 0fb5172
lib/plugin.js
@@ -1,10 +1,8 @@
1
-const fs = require('fs')
2
-const path = require('path')
3
const qs = require('querystring')
4
const RuleSet = require('webpack/lib/RuleSet')
5
6
const id = 'vue-loader-plugin'
7
-const NS = path.dirname(fs.realpathSync(__filename))
+const NS = 'vue-loader'
8
9
class VueLoaderPlugin {
10
apply (compiler) {
0 commit comments