You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change to <p> does cause html to be reloaded if first <script> is external, only if I swap first <script> to a local script then it will work. But this worked because local <script> is the first entry.
🐛 bug report
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
<script>
ordering should not matter and hot-reloading should work no matter how scripts are ordered.😯 Current Behavior
Change to
<p>
does cause html to be reloaded if first<script>
is external, only if I swap first<script>
to a local script then it will work. But this worked because local<script>
is the first entry.💁 Possible Solution
Maybe parcel does not iterate through
<script>
?🔦 Context
I was using 3rd party js dependencies then it stopped working.
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: