Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable/disable maps based on environment #100

Open
caitlineatman opened this issue Oct 20, 2017 · 1 comment
Open

Enable/disable maps based on environment #100

caitlineatman opened this issue Oct 20, 2017 · 1 comment

Comments

@caitlineatman
Copy link

I'd like the source maps to be disabled based on environment. However, when I do this:
var devLikeEnvs = ['development'];

And then in my bundle options:
maps: devLikeEnvs

It doesn't work. I looked closer at the code and it appears that you can't set it by environment like you can other bundle options.

@chmontgomery
Copy link
Contributor

This is true. I take PRs!

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

No branches or pull requests

2 participants