Skip to content

Commit

Permalink
v1.0.1 feat: add removeImports/babelPlugins options. a1d95de
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 11, 2022
1 parent f299d50 commit 8ceb4ab
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"files": {
"main.css": "/static/css/main.8641ba38.css",
"main.js": "/static/js/main.0b8828fc.js",
"static/js/706.e7f3d4fa.chunk.js": "/static/js/706.e7f3d4fa.chunk.js",
"static/js/583.481f21e2.chunk.js": "/static/js/583.481f21e2.chunk.js",
"main.js": "/static/js/main.5c493d0f.js",
"static/js/706.aa4c8d66.chunk.js": "/static/js/706.aa4c8d66.chunk.js",
"static/js/583.c6aaebb2.chunk.js": "/static/js/583.c6aaebb2.chunk.js",
"static/js/989.7e82d2b4.chunk.js": "/static/js/989.7e82d2b4.chunk.js",
"static/js/844.aec9f251.chunk.js": "/static/js/844.aec9f251.chunk.js",
"index.html": "/index.html",
Expand All @@ -12,14 +12,14 @@
"static/media/expand.svg": "/static/media/expand.e39f62dac5d30713f78363522ed5536b.svg",
"static/media/checkSign.svg": "/static/media/checkSign.ca85b15514f3a0d45c20e45f12c5959f.svg",
"main.8641ba38.css.map": "/static/css/main.8641ba38.css.map",
"main.0b8828fc.js.map": "/static/js/main.0b8828fc.js.map",
"706.e7f3d4fa.chunk.js.map": "/static/js/706.e7f3d4fa.chunk.js.map",
"583.481f21e2.chunk.js.map": "/static/js/583.481f21e2.chunk.js.map",
"main.5c493d0f.js.map": "/static/js/main.5c493d0f.js.map",
"706.aa4c8d66.chunk.js.map": "/static/js/706.aa4c8d66.chunk.js.map",
"583.c6aaebb2.chunk.js.map": "/static/js/583.c6aaebb2.chunk.js.map",
"989.7e82d2b4.chunk.js.map": "/static/js/989.7e82d2b4.chunk.js.map",
"844.aec9f251.chunk.js.map": "/static/js/844.aec9f251.chunk.js.map"
},
"entrypoints": [
"static/css/main.8641ba38.css",
"static/js/main.0b8828fc.js"
"static/js/main.5c493d0f.js"
]
}
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>markdown-react-code-preview-loader</title><meta name="keywords" content="react,loader,monorepo,react-component,component,webpack-loader,webpack5,webpack"/><meta name="description" content="Index example text in Markdown, converted to React components. The current package is the `loader` of `webpack`, which loads the `markdown` document by configuring the current `loader`, returning a `JS` object containing the `markdown` text, the example index in the `markdown` text."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/main.0b8828fc.js"></script><link href="./static/css/main.8641ba38.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>markdown-react-code-preview-loader</title><meta name="keywords" content="react,loader,monorepo,react-component,component,webpack-loader,webpack5,webpack"/><meta name="description" content="Index example text in Markdown, converted to React components. The current package is the `loader` of `webpack`, which loads the `markdown` document by configuring the current `loader`, returning a `JS` object containing the `markdown` text, the example index in the `markdown` text."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/main.5c493d0f.js"></script><link href="./static/css/main.8641ba38.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 0 additions & 2 deletions static/js/583.481f21e2.chunk.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/583.481f21e2.chunk.js.map

This file was deleted.

0 comments on commit 8ceb4ab

Please sign in to comment.