rollup-plugin-vue2 icon indicating copy to clipboard operation
rollup-plugin-vue2 copied to clipboard

how to debugger js

Open Jetsly opened this issue 8 years ago • 1 comments

when vue file is:

<template>
    <div class="list-page">
    </div>
</template>
<script src="./listpage.js"></script>
<style src="./listpage.scss" lang="scss"></style>

sourcemap is

<template>
    <div class="list-page">
    </div>
</template>
<script src="./listpage.js"></script>
<style src="./listpage.scss" lang="scss"></style>

how to debugger js

Jetsly avatar Jan 17 '17 03:01 Jetsly

I tried building a sourcemap, but I don't yet understand how it's supposed to be done. Maybe you can help if you can figure out https://github.com/Rich-Harris/magic-string

thgh avatar Jan 18 '17 22:01 thgh