-
Notifications
You must be signed in to change notification settings - Fork 87
Strange error #155
Comments
@hzoo I got the same error in v3.0.1 (maybe this occurred by #154):
https://travis-ci.org/petamoriken/float16/builds/262640105 related: #156 |
We are having this problem: rollup/rollup-plugin-babel#155
@hzoo after a painful debugging a found the problem: #154 Doesn't really address the issue. It shouldn't be entering that branch that will create a expressionStatement. Right now babily master is broken (it does not build) because of this, so we should fix it asap. The fix is to add that check to babel branch 6.x. |
Fixes: rollup/rollup-plugin-babel#155 which in turn fixes the ability to build babily(master)
Downgrading to |
Since in Babel 6 it is not supported to replace the argument of a default export declaration with an expression, use a custom "replaceWith" function which handles also that case. Fixes rollup#155, fixes rollup#156.
Sorry for my English.
When upgrading from version 3.0.0 to version 3.0.1 the error occurs:
File
/Users/Riim/dev/cellx/src/x.js
in system not exist.If I comment all content of the input file (https://github.com/Riim/cellx/blob/master/src/cellx.js), an error is still present.
Thanks!
The text was updated successfully, but these errors were encountered: