We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f880c commit 30cfb2eCopy full SHA for 30cfb2e
packages/@angular/cli/models/webpack-configs/styles.ts
@@ -172,7 +172,8 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
172
options: {
173
// A non-function property is required to workaround a webpack option handling bug
174
ident: 'postcss',
175
- plugins: postcssPluginCreator
+ plugins: postcssPluginCreator,
176
+ sourceMap: cssSourceMap
177
}
178
179
];
0 commit comments