aurelia / bundler

A library for bundling JavaScript, HTML and CSS for use with SystemJS.
MIT License
37 stars 25 forks source link

Aurelia-Bundler Minify Problem #148

Closed allencoded closed 7 years ago

allencoded commented 7 years ago

Our application is based off the latest esnext skeleton. Once we run the aurelia bundler we get the following error:

Error
    at new JS_Parse_Error (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:1534:18)
    at js_error (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:1542:11)
    at croak (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2089:9)
    at token_error (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2097:9)
    at unexpected (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2103:9)
    at semicolon (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2123:56)
    at simple_statement (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2314:73)
    at eval (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2183:19)
    at eval (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2136:24)
    at block_ (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2429:20)
    at eval (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2401:25)
    at function_ (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2407:15)
    at expr_atom (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2622:24)
    at maybe_unary (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2792:19)
    at expr_ops (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2827:24)
    at maybe_conditional (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2832:20)
    at maybe_assign (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2856:20)
    at expression (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2875:20)
    at expr_list (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2641:24)
    at new_ (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2541:20)
    at expr_atom (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2601:20)
    at maybe_unary (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2792:19)
    at expr_ops (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2827:24)
    at maybe_conditional (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2832:20)
    at maybe_assign (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2856:20)
    at expression (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2875:20)
    at eval (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2245:39)
    at eval (eval at <anonymous> (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:2136:24)
    at minify (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/lib/output.js:79:11)
    at exports.writeOutputs (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/lib/output.js:153:14)
    at /Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/lib/builder.js:702:16
    at tryCatcher (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/node_modules/bluebird/js/release/util.js:16:23)
    at Promise._settlePromiseFromHandler (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/node_modules/bluebird/js/release/promise.js:510:31)
    at Promise._settlePromise (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/node_modules/bluebird/js/release/promise.js:567:18)
    at Promise._settlePromise0 (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/node_modules/bluebird/js/release/promise.js:612:10)
    at Promise._settlePromises (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/node_modules/bluebird/js/release/promise.js:691:18)
    at Async._drainQueue (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/node_modules/bluebird/js/release/async.js:138:16)
    at Async._drainQueues (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/node_modules/bluebird/js/release/async.js:148:10)
    at Immediate.Async.drainQueues (/Users/allen/work/TwentyTwenty.QualBoard.Web/node_modules/systemjs-builder/node_modules/bluebird/js/release/async.js:17:14)
    at runCallback (timers.js:637:20)
    at tryOnImmediate (timers.js:610:5)
    at processImmediate [as _immediateCallback] (timers.js:582:5)

If we disable minification then the error goes away and it exports successfully. So seems to be minify problem with the aurelia-bundler. We are using v0.5.0 bundler.

deviprsd commented 7 years ago

Please go through this https://github.com/mishoo/UglifyJS2/issues/348 and make sure that there isn't any error in code that is causing this. This seems to be a UglifyJS error and Aurelia can do little to help it, but we can try.