Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 16, 2022
1 parent b440bc4 commit 97b199e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
16 changes: 15 additions & 1 deletion lib/core-server/src/__snapshots__/vue-3-cli_preview-dev-posix
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Object {
"test": "/\\\\.vue$/",
},
Object {
"test": "/\\\\.tsx?$/",
"test": "/\\\\.ts$/",
"use": Array [
Object {
"loader": "NODE_MODULES/ts-loader/index.js",
Expand All @@ -221,6 +221,20 @@ Object {
},
],
},
Object {
"test": "/\\\\.tsx$/",
"use": Array [
Object {
"loader": "NODE_MODULES/ts-loader/index.js",
"options": Object {
"appendTsxSuffixTo": Array [
"/\\\\.vue$/",
],
"transpileOnly": true,
},
},
],
},
Object {
"include": "NODE_MODULES\\\\/acorn-jsx/",
"test": "/\\\\.js$/",
Expand Down
16 changes: 15 additions & 1 deletion lib/core-server/src/__snapshots__/vue-3-cli_preview-prod-posix
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Object {
"test": "/\\\\.vue$/",
},
Object {
"test": "/\\\\.tsx?$/",
"test": "/\\\\.ts$/",
"use": Array [
Object {
"loader": "NODE_MODULES/ts-loader/index.js",
Expand All @@ -220,6 +220,20 @@ Object {
},
],
},
Object {
"test": "/\\\\.tsx$/",
"use": Array [
Object {
"loader": "NODE_MODULES/ts-loader/index.js",
"options": Object {
"appendTsxSuffixTo": Array [
"/\\\\.vue$/",
],
"transpileOnly": true,
},
},
],
},
Object {
"include": "NODE_MODULES\\\\/acorn-jsx/",
"test": "/\\\\.js$/",
Expand Down

0 comments on commit 97b199e

Please sign in to comment.