Index: lib/devc.dart |
diff --git a/lib/devc.dart b/lib/devc.dart |
index 60e9ac9dbf39cc88187645001f77a1a556805392..66627e826b0630b0b4e0080cea1ec00e22cdc96b 100644 |
--- a/lib/devc.dart |
+++ b/lib/devc.dart |
@@ -91,7 +91,7 @@ class Compiler { |
return new Compiler._(options, resolver, reporter, rules, checker, graph, |
entryNode, generators, |
// TODO(sigmund): refactor to support hashing of the dart output? |
- options.serverMode && generators.length == 1 && !options.outputDart); |
+ options.enableHashing && generators.length == 1 && !options.outputDart); |
} |
Compiler._(this._options, this._resolver, this._reporter, this._rules, |