Skip to content

Commit 265b6b7

Browse files
Voeg basisbestanden toe voor de React-applicatie en configureer package.json voor browsercompatibiliteit
1 parent 5ddbd4e commit 265b6b7

File tree

10 files changed

+27
-2
lines changed

10 files changed

+27
-2
lines changed

build/asset-manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"files": {
3+
"main.js": "/Arch-Linux-without-the-beeps/static/js/main.31d6cfe0.js",
4+
"index.html": "/Arch-Linux-without-the-beeps/index.html"
5+
},
6+
"entrypoints": [
7+
"static/js/main.31d6cfe0.js"
8+
]
9+
}

build/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<head><script defer="defer" src="/Arch-Linux-without-the-beeps/static/js/main.31d6cfe0.js"></script></head>

build/static/js/main.31d6cfe0.js

Whitespace-only changes.

node_modules/.cache/.eslintcache

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.cache/babel-loader/e94cd20ad7c879a4d5534c691b7e7262d904ad794c244f65008f46ae068ef4dd.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
29.1 KB
Binary file not shown.
1.19 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"gh-pages": "^6.2.0"
4-
},
4+
},
55
"dependencies": {
66
"react": "^19.0.0",
77
"react-dom": "^19.0.0",
@@ -15,5 +15,17 @@
1515
"build": "react-scripts build",
1616
"test": "react-scripts test",
1717
"eject": "react-scripts eject"
18+
},
19+
"browserslist": {
20+
"production": [
21+
">0.2%",
22+
"not dead",
23+
"not op_mini all"
24+
],
25+
"development": [
26+
"last 1 chrome version",
27+
"last 1 firefox version",
28+
"last 1 safari version"
29+
]
1830
}
19-
}
31+
}

src/index.js

Whitespace-only changes.

0 commit comments

Comments
 (0)