Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

How can I generate source maps? #221

Closed
martonx opened this issue Mar 3, 2018 · 2 comments
Closed

How can I generate source maps? #221

martonx opened this issue Mar 3, 2018 · 2 comments

Comments

@martonx
Copy link

martonx commented Mar 3, 2018

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
Copy link

goodpixels commented Sep 7, 2018

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
Copy link
Member

@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,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants