File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ const webpack = require('webpack');
3
3
const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
4
4
const MiniCssExtractPlugin = require ( 'mini-css-extract-plugin' ) ;
5
5
const ForkTsCheckerWebpackPlugin = require ( 'fork-ts-checker-webpack-plugin' ) ;
6
+ const VueLoaderPlugin = require ( 'vue-loader/lib/plugin' ) ;
6
7
7
8
const basePath = __dirname ;
8
9
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ const webpack = require('webpack');
3
3
const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
4
4
const MiniCssExtractPlugin = require ( 'mini-css-extract-plugin' ) ;
5
5
const ForkTsCheckerWebpackPlugin = require ( 'fork-ts-checker-webpack-plugin' ) ;
6
+ const VueLoaderPlugin = require ( 'vue-loader/lib/plugin' ) ;
6
7
7
8
const basePath = __dirname ;
8
9
You can’t perform that action at this time.
0 commit comments