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

Allow for source map mode selection #93

Closed
kpdecker opened this issue Jun 6, 2017 · 2 comments
Closed

Allow for source map mode selection #93

kpdecker opened this issue Jun 6, 2017 · 2 comments

Comments

@kpdecker
Copy link

kpdecker commented Jun 6, 2017

Running into issues within my workflow with cheap-module-source-map and would be awesome to be able to configure this through some mechanism. (bonus: anything in the webpack config)

@thangngoc89
Copy link
Collaborator

There is a PR for it already. Stay tuned. #56

@rkostrzewski rkostrzewski self-assigned this Jun 25, 2017
@rkostrzewski
Copy link
Collaborator

In 1.3.0 you can do:

export default (config, env, helpers) => {
  config.devtool = 'your-own'
}

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

No branches or pull requests

3 participants