Skip to content

Commit

Permalink
v1.1.0 chore: fix failed to parse source map issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 23, 2023
1 parent 64d973c commit 1a18470
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 23 deletions.
18 changes: 9 additions & 9 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"files": {
"main.css": "/static/css/main.f0099549.css",
"main.js": "/static/js/main.35898a2a.js",
"refractor-prismjs-vendor.js": "/static/js/refractor-prismjs-vendor.f6dda1cf.js",
"react-vendor.js": "/static/js/react-vendor.e1575b27.js",
"main.js": "/static/js/main.26319176.js",
"refractor-prismjs-vendor.js": "/static/js/refractor-prismjs-vendor.aad9a03f.js",
"react-vendor.js": "/static/js/react-vendor.eefbee93.js",
"index.html": "/index.html",
"main.f0099549.css.map": "/static/css/main.f0099549.css.map",
"main.35898a2a.js.map": "/static/js/main.35898a2a.js.map",
"refractor-prismjs-vendor.f6dda1cf.js.map": "/static/js/refractor-prismjs-vendor.f6dda1cf.js.map",
"react-vendor.e1575b27.js.map": "/static/js/react-vendor.e1575b27.js.map"
"main.26319176.js.map": "/static/js/main.26319176.js.map",
"refractor-prismjs-vendor.aad9a03f.js.map": "/static/js/refractor-prismjs-vendor.aad9a03f.js.map",
"react-vendor.eefbee93.js.map": "/static/js/react-vendor.eefbee93.js.map"
},
"entrypoints": [
"static/js/refractor-prismjs-vendor.f6dda1cf.js",
"static/js/react-vendor.e1575b27.js",
"static/js/refractor-prismjs-vendor.aad9a03f.js",
"static/js/react-vendor.eefbee93.js",
"static/css/main.f0099549.css",
"static/js/main.35898a2a.js"
"static/js/main.26319176.js"
]
}
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-10-19T06:50:50.881Z
at 2023-11-23T16:55:59.626Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1><a href="index.html">All files</a> index.tsx</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-10-19T06:50:50.881Z
at 2023-11-23T16:55:59.626Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"><meta name="theme-color" content="#000000"/><title>React Monorepo Template</title><meta name="keywords" content="react,simple,monorepo,template,component,project,package,development"/><meta name="description" content="Simple React package development project example template."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/refractor-prismjs-vendor.f6dda1cf.js"></script><script defer="defer" src="./static/js/react-vendor.e1575b27.js"></script><script defer="defer" src="./static/js/main.35898a2a.js"></script><link href="./static/css/main.f0099549.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"><meta name="theme-color" content="#000000"/><title>React Monorepo Template</title><meta name="keywords" content="react,simple,monorepo,template,component,project,package,development"/><meta name="description" content="Simple React package development project example template."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/refractor-prismjs-vendor.aad9a03f.js"></script><script defer="defer" src="./static/js/react-vendor.eefbee93.js"></script><script defer="defer" src="./static/js/main.26319176.js"></script><link href="./static/css/main.f0099549.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions static/js/main.26319176.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@
* LICENSE file in the root directory of this source tree.
*/

/**
* @package @wcj/dark-mode
* Web Component that toggles dark mode 🌒
* Github: https://github.com/jaywcjlove/dark-mode.git
* Website: https://jaywcjlove.github.io/dark-mode
*
* Licensed under the MIT license.
* @license Copyright © 2022. Licensed under the MIT License
* @author kenny wong <wowohoo@qq.com>
*/

/**!
* @uiw/copy-to-clipboard v1.0.16
* Copy to clipboard.
Expand Down

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.35898a2a.js

This file was deleted.

3 changes: 0 additions & 3 deletions static/js/react-vendor.e1575b27.js

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/react-vendor.eefbee93.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/js/refractor-prismjs-vendor.aad9a03f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/js/refractor-prismjs-vendor.aad9a03f.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions static/js/refractor-prismjs-vendor.f6dda1cf.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/refractor-prismjs-vendor.f6dda1cf.js.map

This file was deleted.

0 comments on commit 1a18470

Please sign in to comment.