We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3586c5a commit ab530b4Copy full SHA for ab530b4
test/integration/vue.spec.js
@@ -7,6 +7,7 @@ var webpack = require('webpack');
7
var process = require('process');
8
var ForkTsCheckerWebpackPlugin = require('../../lib/index');
9
var IncrementalChecker = require('../../lib/IncrementalChecker');
10
+var VueLoaderPlugin = require('vue-loader/lib/plugin')
11
12
var webpackMajorVersion = require('./webpackVersion')();
13
@@ -56,6 +57,7 @@ describe('[INTEGRATION] vue', function () {
56
57
]
58
},
59
plugins: [
60
+ new VueLoaderPlugin(),
61
plugin
62
63
});
0 commit comments