Skip to content

Commit 2bb855c

Browse files
authored
Update README.md
1 parent ee87628 commit 2bb855c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ module.exports = ({ file, options, env }) => ({
268268

269269
Enables source map support, `postcss-loader` will use the previous source map given by other loaders and update it accordingly, if no previous loader is applied before `postcss-loader`, the loader will generate a source map for you.
270270

271-
> :warning: If a previous loader like e.g `sass-loader` is applied and it's `sourceMap` option is set, but the `sourceMap` option in `postcss-loader` is omitted, previous source maps will be discarded by `postcss-loader` **entirely**.
272-
273271
**webpack.config.js**
274272
```js
275273
{

0 commit comments

Comments
 (0)