We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ec302 commit 4e569e5Copy full SHA for 4e569e5
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/styles.ts
@@ -267,7 +267,7 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
267
options: {
268
ident: buildOptions.extractCss ? 'extracted' : 'embedded',
269
plugins: postcssPluginCreator,
270
- sourceMap: cssSourceMap
+ sourceMap: cssSourceMap ? 'inline' : false
271
}
272
},
273
...(use as webpack.Loader[])
0 commit comments