source code hid & build

This commit is contained in:
VividTruthKeeper 2022-11-30 15:42:56 +05:00
parent 9d8ace0732
commit 2f806e877b
10 changed files with 11 additions and 16 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
GENERATE_SOURCEMAP=false;

View File

@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.27ac64a8.css",
"main.js": "/static/js/main.ff2eb60b.js",
"main.css": "/static/css/main.090efcc6.css",
"main.js": "/static/js/main.11d4e0c8.js",
"static/media/logo-transp.svg": "/static/media/logo-transp.66d6235f12fb5d9a6264c592bce58c5a.svg",
"static/media/logo-bg.jpg": "/static/media/logo-bg.1d55df78b7376108f96c.jpg",
"static/media/credit-card.jpg": "/static/media/credit-card.ff2990f7d50439a8f34d.jpg",
@ -65,12 +65,10 @@
"static/media/lines.svg": "/static/media/lines.f57f3a2b0957a77869601f6d6a220791.svg",
"static/media/arrow-gray.svg": "/static/media/arrow-gray.c688e9bf277186332d33431cd6f52c8e.svg",
"static/media/arrow-down.svg": "/static/media/arrow-down.2ec2ec0ddf677f60c1aa23e6d1abdc8d.svg",
"static/media/arrow.svg": "/static/media/arrow.c8492a68102634ab2875008b3e67164c.svg",
"main.27ac64a8.css.map": "/static/css/main.27ac64a8.css.map",
"main.ff2eb60b.js.map": "/static/js/main.ff2eb60b.js.map"
"static/media/arrow.svg": "/static/media/arrow.c8492a68102634ab2875008b3e67164c.svg"
},
"entrypoints": [
"static/css/main.27ac64a8.css",
"static/js/main.ff2eb60b.js"
"static/css/main.090efcc6.css",
"static/js/main.11d4e0c8.js"
]
}

View File

@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Content-Security-Policy" content="default-src 'self'; script-src 'self' www.google.com www.gstatic.com; style-src 'self' https: 'unsafe-inline'; frame-src www.google.com;"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Shahsy Otag</title><script defer="defer" src="/static/js/main.ff2eb60b.js"></script><link href="/static/css/main.27ac64a8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="//www.google.com/recaptcha/api.js" nonce="{NONCE}" async defer="defer"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Content-Security-Policy" content="default-src 'self'; script-src 'self' www.google.com www.gstatic.com; style-src 'self' https: 'unsafe-inline'; frame-src www.google.com;"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Shahsy Otag</title><script defer="defer" src="/static/js/main.11d4e0c8.js"></script><link href="/static/css/main.090efcc6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="//www.google.com/recaptcha/api.js" nonce="{NONCE}" async defer="defer"></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "set \"GENERATE_SOURCEMAP=false\" && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},