fix > removed HotModuleReload server for 'npm run dev'
This commit is contained in:
parent
0b484a88a7
commit
c9a2ac0f4a
|
@ -7,7 +7,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "rm ./public_html/*.{js,css,html,svg,map}",
|
||||
"dev": "parcel watch ./parcel/index.html --out-dir ./public_html",
|
||||
"dev": "parcel watch ./parcel/index.html --out-dir ./public_html --no-hmr",
|
||||
"build": "parcel build ./parcel/index.html --out-dir ./public_html --no-source-maps --no-minify"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
<meta name="description" content="[Home] Home page">
|
||||
|
||||
<!-- STYLESHEET -->
|
||||
<link type="text/css" rel="stylesheet" href="/layout.0156ff23.css">
|
||||
<link type="text/css" rel="stylesheet" href="/global.60d0b554.css">
|
||||
<link type="text/css" rel="stylesheet" href="/menu.2dbbff61.css">
|
||||
<link type="text/css" rel="stylesheet" href="/dialog.b6510e56.css">
|
||||
<link type="text/css" rel="stylesheet" href="/side-menu.d44973a4.css">
|
||||
<link type="text/css" rel="stylesheet" href="/container.5709ee19.css">
|
||||
<link type="text/css" rel="stylesheet" href="/pop-up.65b1ed2f.css">
|
||||
<link type="text/css" rel="stylesheet" href="/layout.cfeadd38.css">
|
||||
<link type="text/css" rel="stylesheet" href="/global.1134b6ec.css">
|
||||
<link type="text/css" rel="stylesheet" href="/menu.51cb4bbf.css">
|
||||
<link type="text/css" rel="stylesheet" href="/dialog.d78ff447.css">
|
||||
<link type="text/css" rel="stylesheet" href="/side-menu.5571ace8.css">
|
||||
<link type="text/css" rel="stylesheet" href="/container.092a4394.css">
|
||||
<link type="text/css" rel="stylesheet" href="/pop-up.3f26035e.css">
|
||||
|
||||
<!-- FONT -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
|
||||
|
@ -28,7 +28,7 @@
|
|||
<div id="vue"></div>
|
||||
|
||||
|
||||
<script type="text/javascript" src="/main.3b63a0f0.js"></script>
|
||||
<script type="text/javascript" src="/main.b4020c8a.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue