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 392a393 commit c636dafCopy full SHA for c636daf
packages/@angular/cli/models/webpack-configs/styles.ts
@@ -177,7 +177,8 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
177
options: {
178
// A non-function property is required to workaround a webpack option handling bug
179
ident: 'postcss',
180
- plugins: postcssPluginCreator
+ plugins: postcssPluginCreator,
181
+ sourceMap: cssSourceMap
182
}
183
184
];
0 commit comments