1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add a note at the bottom

This commit is contained in:
jbranchaud
2016-03-23 22:43:47 -05:00
parent 5725ac7d1f
commit b6cbcb93c1

View File

@@ -17,3 +17,7 @@ This will generate a full source map with a filename that is something like
`bundle.js.map`.
Note: this will slow down the webpack build process a bit.
Read more about the `devtool` configuration and all the possible options in
the [Webpack
docs](https://webpack.github.io/docs/configuration.html#devtool).