Dabolus / pwa-webpack-starter-kit

PWA Starter Kit with Webpack
MIT License
12 stars 5 forks source link

[BUG] Uncaught TypeError: Class constructor gt cannot be invoked without 'new' #5

Open benbenbenbenbenben opened 5 years ago

benbenbenbenbenben commented 5 years ago

Describe the bug LitElement doesn't load. App is blank with error in console:

Uncaught TypeError: Class constructor gt cannot be invoked without 'new'

Is this connected to the fact native web components must use new but they're being transpiled?

To Reproduce Steps to reproduce the behavior:

  1. Checkout this repo
  2. yarn build:static
  3. cd build
  4. http-server

Expected behavior App loads

Desktop (please complete the following information):