We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
process
1 parent d352451 commit f8a005eCopy full SHA for f8a005e
package.json
@@ -7,24 +7,20 @@
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"dev": "parcel",
9
"clean": "rm -rf dist",
10
- "build": "parcel build src/index.html --public-url ./",
+ "build": "parcel build src/index.html",
11
"deploy": "yarn clean && yarn build && surge --domain https://hidden-attribute.surge.sh --project ./dist"
12
},
13
"author": "",
14
"license": "MIT",
15
"devDependencies": {
16
- "parcel": "2.3.1"
+ "parcel": "2.3.2",
17
+ "process": "0.11.10"
18
19
"dependencies": {
20
"axios": "0.25.0",
21
"overlayscrollbars": "1.13.1",
22
"react": "17.0.2",
23
"react-dom": "17.0.2",
24
"victory": "36.2.1"
- },
25
- "alias": {
26
- "process": {
27
- "global": "process"
28
- }
29
}
30
0 commit comments