Choose one: 馃悰 bug
on windows 10 & webStorm, it look like after invoke parcel index.html
it listen to one change update dist
lib and then stop forever. so i need to restart parcel
manualy
``json
//.babelrc
{
"presets": ["env", "preact"],
"plugins": [
["transform-react-jsx", { "pragma":"h" }]
]
}
update dist
folder on any ctrl+s
or file changes
update dist
just for the first update and then goes apathetic
it lightning me. disable safe write
on WebStorm config solve that
| Software | Version(s) |
| ---------------- | ---------- |
| Parcel | 1.6.2
| Node | v9.6.1
| npm/Yarn | 5.6.0
| Operating System | win10
It lightning me. disable safe write
on WebStorm config solve that problem
Most helpful comment
It lightning me. disable
safe write
on WebStorm config solve that problem