Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

feat: Provide sourcemap for blocks in .vue file #215

Merged
merged 4 commits into from Jun 24, 2018

Conversation

znck
Copy link
Member

@znck znck commented Jun 24, 2018

Fixes #194

@sliekens
Copy link

@znck can you take another look at this? I think this PR causes #238 and #248

@sliekens
Copy link

I'm no Rollup expert but if my config contains this:

    output: {
        file: 'dist/bundle.js',
        format: 'esm',
        sourcemap: false
    }

Then I wouldn't expect to find any source maps in dist/bundle.js. Yet if I do a search for "sourcesContent" then all my original .vue files are there.

(rollup-plugin-vue@4.2.0)

I think this needs a rewrite...

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

Successfully merging this pull request may close these issues.

None yet

2 participants