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
{{ message }}
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] support request
Current behavior:
I installed sindresorhus/ky (version 0.3.0) into my project (which is an ES2015 module), then imported it. Now the build fails because of an object spread in the source:
[ ERROR ] Plugin Error
Unexpected token (19:19) in <project-dir>/node_modules/ky/index.js
Expected behavior:
I want to be able to import ES2015 modules and get them transpiled to ES5 during build (I thought that was already possible with Stencil?).
Stencil version:
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] support request
Current behavior:
I installed sindresorhus/ky (version
0.3.0
) into my project (which is an ES2015 module), then imported it. Now the build fails because of an object spread in the source:Expected behavior:
I want to be able to import ES2015 modules and get them transpiled to ES5 during build (I thought that was already possible with Stencil?).
Related code:
sindresorhus/ama#446
The text was updated successfully, but these errors were encountered: