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
The react script I'm generating is getting included in a HTML page which also generates the values that need to get passed into the react component. During testing I have to rebuild a lot and the filename changes which is an annoyance when having to include it.
e.g. <script type="text/javascript" src="../targetprice-react/build/static/js/main.550a7e13.js"></script>
The text was updated successfully, but these errors were encountered:
The react script I'm generating is getting included in a HTML page which also generates the values that need to get passed into the react component. During testing I have to rebuild a lot and the filename changes which is an annoyance when having to include it.
e.g.
<script type="text/javascript" src="../targetprice-react/build/static/js/main.550a7e13.js"></script>
The text was updated successfully, but these errors were encountered: