Skip to content

Commit ab530b4

Browse files
committed
use the VueLoaderPlugin in tests
1 parent 3586c5a commit ab530b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/vue.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ var webpack = require('webpack');
77
var process = require('process');
88
var ForkTsCheckerWebpackPlugin = require('../../lib/index');
99
var IncrementalChecker = require('../../lib/IncrementalChecker');
10+
var VueLoaderPlugin = require('vue-loader/lib/plugin')
1011

1112
var webpackMajorVersion = require('./webpackVersion')();
1213

@@ -56,6 +57,7 @@ describe('[INTEGRATION] vue', function () {
5657
]
5758
},
5859
plugins: [
60+
new VueLoaderPlugin(),
5961
plugin
6062
]
6163
});

0 commit comments

Comments
 (0)