Improve examples build setup
This commit is contained in:
parent
dd038ef595
commit
0735841836
|
@ -8,6 +8,10 @@
|
|||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://unpkg.com/tailwindcss@3.0.0/src/css/preflight.css"
|
||||
/>
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<title>Channel | Status</title>
|
||||
</head>
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
"name": "channel",
|
||||
"version": "0.0.0",
|
||||
"source": "index.html",
|
||||
"browserslist": "> 0.5%, last 2 versions, not dead, not ios_saf < 13",
|
||||
"scripts": {
|
||||
"dev": "parcel",
|
||||
"prebuild": "rm -rf dist",
|
||||
"build": "parcel build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://unpkg.com/tailwindcss@3.0.0/src/css/preflight.css"
|
||||
/>
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<title>Community | Status</title>
|
||||
</head>
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
"name": "community",
|
||||
"version": "0.0.0",
|
||||
"source": "./index.html",
|
||||
"browserslist": "> 0.5%, last 2 versions, not dead, not ios_saf < 13",
|
||||
"scripts": {
|
||||
"dev": "parcel",
|
||||
"prebuild": "rm -rf dist",
|
||||
"build": "parcel build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue