When using singleBundle, the order of the imports does not match the file / pattern list. This affects some plugins like karma-mocha whose injected files must be in the correct order, otherwise you would get errors similar to
TypeError: undefined is not an object (evaluating 'window.mocha.setup')
When using
singleBundle
, the order of the imports does not match the file / pattern list. This affects some plugins likekarma-mocha
whose injected files must be in the correct order, otherwise you would get errors similar to