mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
fixes
This commit is contained in:
parent
d547a12415
commit
996a25ee1c
@ -478,6 +478,16 @@ Object {
|
||||
},
|
||||
"test": "/\\\\.(stories|story)\\\\.[tj]sx?$/",
|
||||
},
|
||||
Object {
|
||||
"test": "/\\\\.m?js$/",
|
||||
"type": "javascript/auto",
|
||||
},
|
||||
Object {
|
||||
"resolve": Object {
|
||||
"fullySpecified": false,
|
||||
},
|
||||
"test": "/\\\\.m?js$/",
|
||||
},
|
||||
],
|
||||
},
|
||||
"plugins": Array [
|
||||
|
@ -495,6 +495,16 @@ Object {
|
||||
},
|
||||
"test": "/\\\\.(stories|story)\\\\.[tj]sx?$/",
|
||||
},
|
||||
Object {
|
||||
"test": "/\\\\.m?js$/",
|
||||
"type": "javascript/auto",
|
||||
},
|
||||
Object {
|
||||
"resolve": Object {
|
||||
"fullySpecified": false,
|
||||
},
|
||||
"test": "/\\\\.m?js$/",
|
||||
},
|
||||
],
|
||||
},
|
||||
"plugins": Array [
|
||||
|
@ -26,6 +26,16 @@ Object {
|
||||
],
|
||||
"module": Object {
|
||||
"rules": Array [
|
||||
Object {
|
||||
"test": "/\\\\.m?js$/",
|
||||
"type": "javascript/auto",
|
||||
},
|
||||
Object {
|
||||
"resolve": Object {
|
||||
"fullySpecified": false,
|
||||
},
|
||||
"test": "/\\\\.m?js$/",
|
||||
},
|
||||
Object {
|
||||
"exclude": "NODE_MODULES/",
|
||||
"include": Array [
|
||||
|
@ -25,6 +25,16 @@ Object {
|
||||
],
|
||||
"module": Object {
|
||||
"rules": Array [
|
||||
Object {
|
||||
"test": "/\\\\.m?js$/",
|
||||
"type": "javascript/auto",
|
||||
},
|
||||
Object {
|
||||
"resolve": Object {
|
||||
"fullySpecified": false,
|
||||
},
|
||||
"test": "/\\\\.m?js$/",
|
||||
},
|
||||
Object {
|
||||
"exclude": "NODE_MODULES/",
|
||||
"include": Array [
|
||||
|
@ -26,6 +26,16 @@ Object {
|
||||
],
|
||||
"module": Object {
|
||||
"rules": Array [
|
||||
Object {
|
||||
"test": "/\\\\.m?js$/",
|
||||
"type": "javascript/auto",
|
||||
},
|
||||
Object {
|
||||
"resolve": Object {
|
||||
"fullySpecified": false,
|
||||
},
|
||||
"test": "/\\\\.m?js$/",
|
||||
},
|
||||
Object {
|
||||
"exclude": "NODE_MODULES/",
|
||||
"include": Array [
|
||||
|
@ -25,6 +25,16 @@ Object {
|
||||
],
|
||||
"module": Object {
|
||||
"rules": Array [
|
||||
Object {
|
||||
"test": "/\\\\.m?js$/",
|
||||
"type": "javascript/auto",
|
||||
},
|
||||
Object {
|
||||
"resolve": Object {
|
||||
"fullySpecified": false,
|
||||
},
|
||||
"test": "/\\\\.m?js$/",
|
||||
},
|
||||
Object {
|
||||
"exclude": "NODE_MODULES/",
|
||||
"include": Array [
|
||||
|
@ -26,6 +26,16 @@ Object {
|
||||
],
|
||||
"module": Object {
|
||||
"rules": Array [
|
||||
Object {
|
||||
"test": "/\\\\.m?js$/",
|
||||
"type": "javascript/auto",
|
||||
},
|
||||
Object {
|
||||
"resolve": Object {
|
||||
"fullySpecified": false,
|
||||
},
|
||||
"test": "/\\\\.m?js$/",
|
||||
},
|
||||
Object {
|
||||
"exclude": "NODE_MODULES/",
|
||||
"include": Array [
|
||||
|
@ -25,6 +25,16 @@ Object {
|
||||
],
|
||||
"module": Object {
|
||||
"rules": Array [
|
||||
Object {
|
||||
"test": "/\\\\.m?js$/",
|
||||
"type": "javascript/auto",
|
||||
},
|
||||
Object {
|
||||
"resolve": Object {
|
||||
"fullySpecified": false,
|
||||
},
|
||||
"test": "/\\\\.m?js$/",
|
||||
},
|
||||
Object {
|
||||
"exclude": "NODE_MODULES/",
|
||||
"include": Array [
|
||||
|
@ -1,2 +1 @@
|
||||
// eslint-disable-next-line import/export
|
||||
export * from './dist/config';
|
||||
export * from './dist/config.mjs';
|
||||
|
Loading…
x
Reference in New Issue
Block a user