Don't generate source maps when building flock.js script. Source code is publicly available, and UNPKG has some issues resolving relative paths. So we're removing them from now on.
If you're reading this and you need the source maps, or just think otherwise, just open a ticket and we'll discuss this.
We're prioritizing having a simple url for the <script> tag.
Fixes #24
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation
How Has This Been Tested?
Build the script locally, inject in a localhost website and check we don't get any 404.
Checklist:
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
Description
Don't generate source maps when building
flock.js
script. Source code is publicly available, and UNPKG has some issues resolving relative paths. So we're removing them from now on.If you're reading this and you need the source maps, or just think otherwise, just open a ticket and we'll discuss this.
We're prioritizing having a simple url for the
<script>
tag.Fixes #24
Type of change
How Has This Been Tested?
Build the script locally, inject in a
localhost
website and check we don't get any 404.Checklist: