You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of the other formats have this bug. However, this other example which does basically the same thing breaks all formats except es6 with TypeError: Cannot read property 'render' of undefined.
// main.jsexport{defaultasdefault}from'./bar.js';
The text was updated successfully, but these errors were encountered:
Rollup sometimes generates invalid code when targeting es6 modules.
This module
importing that
generates
None of the other formats have this bug. However, this other example which does basically the same thing breaks all formats except es6 with
TypeError: Cannot read property 'render' of undefined
.The text was updated successfully, but these errors were encountered: