Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Fix regression with Babel 6 #158

Merged
merged 2 commits into from Aug 15, 2017

Conversation

nicolo-ribaudo
Copy link
Contributor

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 #155, fixes #156.

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.
@hzoo
Copy link
Contributor

hzoo commented Aug 15, 2017

Hm ok

@hzoo hzoo merged commit 101d126 into rollup:master Aug 15, 2017
@nicolo-ribaudo nicolo-ribaudo deleted the regression-154-babel-6-support branch August 15, 2017 20:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to solve this error? Strange error
2 participants