I'm using ParcelJS (the most recent - 1.4.1 version) in my pet project with basic configuration:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
<script src="./index.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>
ParcelJS should rebuild my project's files after every change by default. It does, but... only once. After first change it rebuilds changed files, but it's last rebuild. Has anyone similar problem? Do you how can I fix that?
I also met this problem.
this is because the IDE Settings, you only need to shut down [safety writing].
Here are related issues enter link description here