Demo

Results 2 comments of Demo

@djalmaaraujo Yes, it's not because of download from the web. It's because of the downloaded file is in the `~/Downloads` folder.

@tylerrrkd @caihaihong I found a solution for Webpack 5 and Babel 7, here is the detail: 1. First, set the `hotOnly` to `true` in the Webpack dev server. ``` //...