Webpack doesn't emit sourcemaps -


i wish give more details other command i'm invoking:

node $node_debug_option ./node_modules/.bin/webpack-dev-server --inline --hot -d

and my webpack config

it's on docs actually. need provide ?sourcemap param after each loader:

css?sourcemap!postcss?sourcemap!sass?sourcemap

postcss-loader:

https://github.com/postcss/postcss/blob/master/docs/source-maps.md https://github.com/postcss/postcss-loader

sass-loader:

https://github.com/jtangelder/sass-loader

css-loader:

https://github.com/webpack/css-loader


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -