regenerator-runtime
This commit is contained in:
parent
94dae0a5a3
commit
d8c772f182
11 changed files with 20946 additions and 13 deletions
20940
build/app.js
20940
build/app.js
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
|
@ -46,6 +46,7 @@
|
|||
"html-webpack-partials-plugin": "^0.8.0",
|
||||
"html-webpack-plugin": "^4.5.2",
|
||||
"mini-css-extract-plugin": "^1.3.8",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"style-loader": "^2.0.0",
|
||||
"terser-webpack-plugin": "^5.1.1",
|
||||
"webpack": "^5.23.0",
|
||||
|
|
|
|||
|
|
@ -104,13 +104,13 @@ function ProcessFileObject() {
|
|||
}
|
||||
|
||||
// 5. Paste decoded string file to text area
|
||||
document.getElementById("save-area").value = "";
|
||||
document.getElementById("save-area").value = decodedString;
|
||||
/* document.getElementById("save-area").value = "";
|
||||
document.getElementById("save-area").value = decodedString; */
|
||||
|
||||
/* (async () => {
|
||||
(async () => {
|
||||
document.getElementById("save-area").value = "";
|
||||
document.getElementById("save-area").value = await decodedString;
|
||||
})(); */
|
||||
})();
|
||||
|
||||
// finish total and show benchmark
|
||||
benchTotal = new Date();
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ require("../css/style.css");
|
|||
// required for meta tags (social) to be visible by Webpack
|
||||
require("../img/thumbnail1200x628.jpg");
|
||||
|
||||
import "core-js";
|
||||
import "regenerator-runtime/runtime.js";
|
||||
|
||||
require("./page-functions.js");
|
||||
|
||||
// Instantly load test save file from .json (fast Debugging script)
|
||||
|
|
|
|||
1
stage/app.js
Normal file
1
stage/app.js
Normal file
File diff suppressed because one or more lines are too long
BIN
stage/favicon.png
Normal file
BIN
stage/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
stage/img/e7ea69e5fd6e22b5f29b.jpg
Normal file
BIN
stage/img/e7ea69e5fd6e22b5f29b.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 250 KiB |
BIN
stage/img/thumbnail1200x628.jpg
Normal file
BIN
stage/img/thumbnail1200x628.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 380 KiB |
1
stage/index.html
Normal file
1
stage/index.html
Normal file
File diff suppressed because one or more lines are too long
1
stage/main.css
Normal file
1
stage/main.css
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue