vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 153 forks source link

How can I generate source maps? #221

Closed martonx closed 6 years ago

martonx commented 6 years ago

Hi all,

I wasn't able to find any documentation for how can I generate source maps, and how can I debug the output of browserify + vueify?

Could you help me and give me some advice?

goodpixels commented 6 years ago

Same here. All I get in the dev tools when I get an error is this:

Stack trace points to: handleQuery @ index.vue?e4f2d1dc:155

And when I click it, I obviously see the contents of the Vue file, not the actual code:

<template src="template.pug" lang="pug"></template>
<script src="script.js"></script>
<style lang="scss" scoped></style>

Screenshots attached for reference:

console sources

@yyx990803 - is this still being developed? The last commit was 2 years ago and there are quite a lot open issues as well, with no feedback whatsoever. Given how busy you guys are, what are the chances that the Vue core team will be addressing the feedback for Vueify in some foreseeable future? Thanks!

yyx990803 commented 6 years ago

@goodpixels sadly, given the decreasing number of users using Browserify, we are no longer actively maintaining the transform. Our recommendation is using the official CLI as the build system,