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

How do you enable sourcemaps for CSS? #92

Closed
Francisc opened this issue May 13, 2017 · 4 comments
Closed

How do you enable sourcemaps for CSS? #92

Francisc opened this issue May 13, 2017 · 4 comments

Comments

@Francisc
Copy link

Francisc commented May 13, 2017

Hello,

How does one enable sourcemaps for CSS in v2.4.0?

@znck znck added this to TODO in Roadmap May 28, 2017
@znck znck added this to the Version 2.5 milestone Jun 22, 2017
@znck
Copy link
Member

znck commented May 2, 2018

By default, in development env, css source maps are inlined with injected styles.

For extracted css, it is yet to figure out.

@y-nk
Copy link

y-nk commented Feb 20, 2019

@znck is it possible to disable this automatic feature to include sourcemap for dev env ?

@znck
Copy link
Member

znck commented Feb 20, 2019

In v4.7.2, you can do needMap: false (It would be dropped when source map issues are resolved).

@y-nk
Copy link

y-nk commented Feb 21, 2019

@znck thanks ! is there a documentation about this somewhere ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

No branches or pull requests

3 participants