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

Investigate source-map-loader #85

Open
robmcguinness opened this issue Jun 20, 2017 · 0 comments
Open

Investigate source-map-loader #85

robmcguinness opened this issue Jun 20, 2017 · 0 comments

Comments

@robmcguinness
Copy link
Contributor

https://github.com/webpack-contrib/source-map-loader

This loader is especially useful when using 3rd-party libraries having their own source maps. If not extracted and processed into the souce map of the webpack bundle, browsers may misinterpret source map data. source-map-loader allows webpack to maintain source map data continuity across libraries so ease of debugging is preserved.

{
  test: /\.js$/,
  use: ["source-map-loader"],
   enforce: "pre"
}
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

1 participant