change parcel configuration mechanism
This commit is contained in:
parent
c91c19b811
commit
6b180dbaeb
|
@ -3,6 +3,8 @@ yarn.lock
|
|||
package-lock.json
|
||||
dist
|
||||
|
||||
.parcelrc
|
||||
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
|
|
|
@ -4,6 +4,11 @@
|
|||
<title>resume.js</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="standalone_page.css" />
|
||||
<script>
|
||||
var data = {
|
||||
ip: '127.0.0.1'
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue