更改origin打包
This commit is contained in:
@@ -361,4 +361,4 @@
|
||||
|
||||
|
||||
|
||||
window['STORIES'] = [{"titlePrefix":"","directory":"./stories","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:stories(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./stories","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:stories(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.71271d42.iframe.bundle.js"></script><script src="vendors~main.ae52978e.iframe.bundle.js"></script><script src="main.337679af.iframe.bundle.js"></script></body></html>
|
||||
window['STORIES'] = [{"titlePrefix":"","directory":"./stories","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:stories(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./stories","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:stories(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.71271d42.iframe.bundle.js"></script><script src="vendors~main.a26849cd.iframe.bundle.js"></script><script src="main.7c17c520.iframe.bundle.js"></script></body></html>
|
||||
3
stories/main.07566e65.iframe.bundle.js
Normal file
3
stories/main.07566e65.iframe.bundle.js
Normal file
File diff suppressed because one or more lines are too long
1
stories/main.07566e65.iframe.bundle.js.LICENSE.txt
Normal file
1
stories/main.07566e65.iframe.bundle.js.LICENSE.txt
Normal file
@@ -0,0 +1 @@
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
1
stories/main.07566e65.iframe.bundle.js.map
Normal file
1
stories/main.07566e65.iframe.bundle.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"main.07566e65.iframe.bundle.js","sources":[],"mappings":";A","sourceRoot":""}
|
||||
3
stories/main.7c17c520.iframe.bundle.js
Normal file
3
stories/main.7c17c520.iframe.bundle.js
Normal file
File diff suppressed because one or more lines are too long
1
stories/main.7c17c520.iframe.bundle.js.LICENSE.txt
Normal file
1
stories/main.7c17c520.iframe.bundle.js.LICENSE.txt
Normal file
@@ -0,0 +1 @@
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
1
stories/main.7c17c520.iframe.bundle.js.map
Normal file
1
stories/main.7c17c520.iframe.bundle.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"main.7c17c520.iframe.bundle.js","sources":[],"mappings":";A","sourceRoot":""}
|
||||
@@ -1 +1 @@
|
||||
{"generatedAt":1748069719822,"builder":{"name":"webpack4"},"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"10.8.2"},"storybookVersion":"6.5.15","language":"typescript","storybookPackages":{"@storybook/addon-actions":{"version":"6.5.15"},"@storybook/builder-webpack4":{"version":"6.5.15"},"@storybook/html":{"version":"6.5.15"},"@storybook/manager-webpack4":{"version":"6.5.15"},"@storybook/testing-library":{"version":"0.0.13"}},"framework":{"name":"html"},"addons":{"@storybook/addon-links":{"version":"6.5.15"},"@storybook/addon-essentials":{"version":"6.5.15"},"@storybook/addon-interactions":{"version":"6.5.15"},"@storybook/addon-storysource":{"version":"6.5.15"}}}
|
||||
{"generatedAt":1749692087380,"builder":{"name":"webpack4"},"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"packageManager":{"type":"npm","version":"10.8.2"},"storybookVersion":"6.5.15","language":"typescript","storybookPackages":{"@storybook/addon-actions":{"version":"6.5.15"},"@storybook/builder-webpack4":{"version":"6.5.15"},"@storybook/html":{"version":"6.5.15"},"@storybook/manager-webpack4":{"version":"6.5.15"},"@storybook/testing-library":{"version":"0.0.13"}},"framework":{"name":"html"},"addons":{"@storybook/addon-links":{"version":"6.5.15"},"@storybook/addon-essentials":{"version":"6.5.15"},"@storybook/addon-interactions":{"version":"6.5.15"},"@storybook/addon-storysource":{"version":"6.5.15"}}}
|
||||
|
||||
3
stories/vendors~main.a26849cd.iframe.bundle.js
Normal file
3
stories/vendors~main.a26849cd.iframe.bundle.js
Normal file
File diff suppressed because one or more lines are too long
41
stories/vendors~main.a26849cd.iframe.bundle.js.LICENSE.txt
Normal file
41
stories/vendors~main.a26849cd.iframe.bundle.js.LICENSE.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
/*
|
||||
object-assign
|
||||
(c) Sindre Sorhus
|
||||
@license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
* https://github.com/es-shims/es5-shim
|
||||
* @license es5-shim Copyright 2009-2020 by contributors, MIT License
|
||||
* see https://github.com/es-shims/es5-shim/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
/*!
|
||||
* https://github.com/paulmillr/es6-shim
|
||||
* @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
|
||||
* and contributors, MIT License
|
||||
* es6-shim: v0.35.4
|
||||
* see https://github.com/paulmillr/es6-shim/blob/0.35.3/LICENSE
|
||||
* Details and documentation:
|
||||
* https://github.com/paulmillr/es6-shim/
|
||||
*/
|
||||
|
||||
/*!
|
||||
* isobject <https://github.com/jonschlinkert/isobject>
|
||||
*
|
||||
* Copyright (c) 2014-2017, Jon Schlinkert.
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/** @license React v16.14.0
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
//! stable.js 0.1.8, https://github.com/Two-Screen/stable
|
||||
|
||||
//! © 2018 Angry Bytes and contributors. MIT licensed.
|
||||
1
stories/vendors~main.a26849cd.iframe.bundle.js.map
Normal file
1
stories/vendors~main.a26849cd.iframe.bundle.js.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"vendors~main.a26849cd.iframe.bundle.js","sources":[],"mappings":";A","sourceRoot":""}
|
||||
Reference in New Issue
Block a user