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