Fixes Code 39 decoding where parts of the results are skipped. Relates to #41

This commit is contained in:
Christoph Oberhofer
2015-11-15 21:28:43 +01:00
parent 7a3fc1e66c
commit 79356dcdbd
9 changed files with 20 additions and 12 deletions
-1
View File
@@ -10,7 +10,6 @@ MyUmdPlugin.prototype.apply = function(compiler) {
var mainTemplate = compilation.mainTemplate;
compilation.templatesPlugin("render-with-entry", function(source, chunk, hash) {
var amdFactory = "factory";
return new ConcatSource(new OriginalSource(
"(function webpackUniversalModuleDefinition(root, factory) {\n" +
" if(typeof exports === 'object' && typeof module === 'object')\n" +