update snapshots

This commit is contained in:
Yann Braga 2022-05-16 18:30:14 +02:00
parent b440bc4298
commit 97b199e4c5
2 changed files with 30 additions and 2 deletions

View File

@ -208,7 +208,7 @@ Object {
"test": "/\\\\.vue$/",
},
Object {
"test": "/\\\\.tsx?$/",
"test": "/\\\\.ts$/",
"use": Array [
Object {
"loader": "NODE_MODULES/ts-loader/index.js",
@ -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$/",

View File

@ -207,7 +207,7 @@ Object {
"test": "/\\\\.vue$/",
},
Object {
"test": "/\\\\.tsx?$/",
"test": "/\\\\.ts$/",
"use": Array [
Object {
"loader": "NODE_MODULES/ts-loader/index.js",
@ -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$/",