anoblet / my-project

Starterkit based off lit-element - manages users, provides state, has a CRUD example,

Home Page:https://my-project-75792.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix browser/node irregularities

todo opened this issue · comments

commented

// @todo Fix browser/node irregularities
// census(
// {
// vintage: 2015,


This issue was generated by todo based on a @todo comment in 9df8798. It's been assigned to @anoblet because they committed the code.

Solved with:

externals: [
    {
      xmlhttprequest: "{XMLHttpRequest:XMLHttpRequest}"
    }
  ]