diff --git a/docs/JSCompiler.js.html b/docs/JSCompiler.js.html
index 317dc62..dab01ed 100644
--- a/docs/JSCompiler.js.html
+++ b/docs/JSCompiler.js.html
@@ -269,7 +269,7 @@
Source: JSCompiler.js
const compiler = webpack({
cache,
debug: true,
- devtool: `${this.isProduction ? '' : 'eval-'}source-map`,
+ devtool: 'source-map',
entry: inPath,
output: {path: dirname(outPath), filename: basename(outPath)},
module: {
diff --git a/docs/quicksearch.html b/docs/quicksearch.html
index 68f5b5f..84fdbcb 100644
--- a/docs/quicksearch.html
+++ b/docs/quicksearch.html
@@ -7,7 +7,7 @@