NERDDISCO / luminave

Operate all the lights with your web browser and create stunning visual experiences.
MIT License
76 stars 8 forks source link

Build is broken #79

Open TimPietrusky opened 5 years ago

TimPietrusky commented 5 years ago

Issue description

When using the build version at nerddisco.github.io/luminave, there are error messages in the console and it can't be used.

1. does not provide an export named 'html'

Uncaught (in promise) SyntaxError: The requested module '../app.js' does not provide an export named 'html'

2. element.setAttribute is not a function

TypeError: this.element.setAttribute is not a function

In AttributeCommitter.commit()

Steps to reproduce

Versions

  1. Browser: Chrome 69
  2. luminave: 3.0.0
TimPietrusky commented 5 years ago

It seems that 1. is related to https://github.com/Polymer/tools/issues/568

TimPietrusky commented 5 years ago

I'm not sure, but 2. seems related to https://github.com/Polymer/lit-html/issues/510