Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit f9ad5e7

Browse files
committed
add note to readme about source maps
1 parent 0aa9709 commit f9ad5e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Object of webpack options. Just `require` in the options from your `webpack.conf
8585
}
8686
```
8787

88+
Source maps are always enabled unless explicitly disabled by specifying `devtool: false`.
89+
8890
### watchOptions
8991

9092
Object of options for watching. See [webpack's docs](https://webpack.github.io/docs/node.js-api.html#compiler).

0 commit comments

Comments
 (0)