factor-bundle icon indicating copy to clipboard operation
factor-bundle copied to clipboard

Unexpected end of input (during test run / bundle splitting)

Open nikku opened this issue 10 years ago • 1 comments

The test suite fails with with Unexpected end of input.

ok 28 should be equivalent
# file outputs

/factor-bundle/node_modules/tape/index.js:75 
        throw err
              ^
SyntaxError: Unexpected end of input 
    at WriteStream.<anonymous> (/factor-bundle/test/outputs.js:35:12)

This error can be reproduced by trying to actually use the plug-in to factor out bundles using the latest factor-bundle against browserify 8.0 and 5.11.x.

nikku avatar Jan 19 '15 22:01 nikku

I'm having the same issue on a real world project, even with factor-bundle as far back as 2.2.4.

alejo90 avatar Feb 06 '15 22:02 alejo90