File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1717 node-version : 16
1818 cache : ' yarn'
1919 - run : yarn install
20- - run : yarn lint
2120 - run : yarn test:webpack4
2221
2322 test-webpack5 :
3029 node-version : 16
3130 cache : ' yarn'
3231 - run : yarn install
33- - run : yarn build
3432 - run : yarn test
Original file line number Diff line number Diff line change 1414 "build" : " tsc" ,
1515 "pretest" : " tsc" ,
1616 "test" : " jest" ,
17+ "pretest:webpack4" : " tsc" ,
1718 "test:webpack4" : " WEBPACK4=true jest" ,
1819 "dev-example" : " node example/devServer.js --config example/webpack.config.js --inline --hot" ,
1920 "build-example" : " rm -rf example/dist && webpack --config example/webpack.config.js --env.prod" ,
Original file line number Diff line number Diff line change @@ -5,10 +5,9 @@ import merge from 'webpack-merge'
55import hash from 'hash-sum'
66// import MiniCssExtractPlugin from 'mini-css-extract-plugin'
77import { fs as mfs } from 'memfs'
8-
98import { JSDOM , VirtualConsole } from 'jsdom'
10-
11- import { VueLoaderPlugin , VueLoaderOptions } from '../dist/index '
9+ import { VueLoaderPlugin } from '..'
10+ import type { VueLoaderOptions } from '..'
1211
1312const baseConfig : webpack . Configuration = {
1413 mode : 'development' ,
You can’t perform that action at this time.
0 commit comments