vue3-sfc-loader
vue3-sfc-loader copied to clipboard
feat(core): Add inline source-maps
Used babel's inline source mapping tools to carry the source maps all the way through the build chain.
Notes:
- I could not manage to run the jest tests.
- I have only done minor tests so far and would like help finding issues as I'm new to this project.
- I'm not sure about the use of eval() but I couldn't find a way around it.
- May need to break this out into a new option instead of how I used genSourceMap.
- ~I need to test this with the options API for sure as I'm almost positive that
this
will be undefined.~
Edit: I just saw the Contrubuting.md and will alter my PR as soon as I am free.