fix webpack ext dep

This commit is contained in:
antelle 2016-05-13 15:05:01 +03:00
parent b1265177a7
commit 31db0aa594
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ module.exports = function(grunt) {
__dirname: false
},
externals: {
xmldom: '0'
xmldom: 'null'
}
}
},