biotope / experimental-biotope-components

MIT License
2 stars 1 forks source link

Targeting ES5 does not work #25

Closed SheepFromHeaven closed 5 years ago

SheepFromHeaven commented 5 years ago

Expected behavior

I can set the build target to ES5 in the tsconfig and everything works.

Actual behavior

The webcomponents won't work.

Steps to reproduce

  1. Set target to ES5
  2. Yarn start
  3. Open the demo

Specifications

SheepFromHeaven commented 5 years ago

@tiagomapmarques I pushed to the branch target-es6

It's still not working, but the errors are gone. This might be a browser issue. Let's tackle it tomorrow!

timomayer commented 5 years ago

maybe thats related to: https://github.com/biotope/biotope-build/issues/129 ?

timomayer commented 5 years ago

so is this issue solved with biotope-build 5.4.1?

tiagomapmarques commented 5 years ago

Closed by #35