Skip to content

Commit d9a273a

Browse files
committed
chore: update snapshot
1 parent bbb989f commit d9a273a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/plugin-vue2/tests/__snapshots__/index.test.ts.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ exports[`plugin-vue2 > should add vue-loader and VueLoaderPlugin correctly 1`] =
2222
},
2323
"plugins": [
2424
VueLoaderPlugin {},
25+
VueLoader15PitchFixPlugin {
26+
"name": "VueLoader15PitchFixPlugin",
27+
},
2528
],
2629
"resolve": {
2730
"alias": {
@@ -57,6 +60,9 @@ exports[`plugin-vue2 > should allow to configure vueLoader options 1`] = `
5760
},
5861
"plugins": [
5962
VueLoaderPlugin {},
63+
VueLoader15PitchFixPlugin {
64+
"name": "VueLoader15PitchFixPlugin",
65+
},
6066
],
6167
"resolve": {
6268
"alias": {

0 commit comments

Comments
 (0)