This a 馃悰 bug report.
parcel index.html
After source code change, rebuild and print log to console, then reload page in browser.
Print "Built in xxxs" after running parcel index.html
Nothing happens after source html or js files change: no message printed, no new bundle generated, no reload in browser.
index.html:
<!DOCTYPE html>
<html>
<body>
<div class="header">
<h1>222</h1>
</div>
<script src="bricks.js"></script>
</body>
</html>
brick.js:
console.log('111')
| Software | Version(s) |
| ---------------- | ---------- |
| Parcel |1.3.1
| Node |8.9.3
| npm/Yarn |5.6.0
| Operating System |Ubuntu 16.04
This is a safe-write issue see #221
Thanks @DeMoorJasper ! It worked :set backupcopy=yes in vim.
Most helpful comment
Thanks @DeMoorJasper ! It worked
:set backupcopy=yesin vim.