Skip to content

Commit 3b64985

Browse files
authored
Merge pull request #981 from christopheraue/rawText_fix
Fix usage of rawText config in command line argument
2 parents 37d613f + 7d2f0d2 commit 3b64985

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/jslib/build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,8 @@ define(function (require) {
862862
uglify2: true,
863863
closure: true,
864864
map: true,
865-
throwWhen: true
865+
throwWhen: true,
866+
rawText: true
866867
};
867868

868869
build.hasDotPropMatch = function (prop) {

0 commit comments

Comments
 (0)