mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:31:15 +08:00
update snapshots
This commit is contained in:
parent
b440bc4298
commit
97b199e4c5
@ -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$/",
|
||||
|
@ -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$/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user