update lit/esbuild

This commit is contained in:
Cory LaViska
2021-05-27 17:00:43 -04:00
parent f690b24c68
commit e34090a87b
50 changed files with 94 additions and 92 deletions

View File

@@ -34,7 +34,7 @@ if (fs.existsSync(componentFile)) {
const componentSource = `
import { LitElement, html, unsafeCSS } from 'lit';
import { customElement } from 'lit/decorators';
import { customElement } from 'lit/decorators.js';
import styles from 'sass:./${tagNameWithoutPrefix}.scss';
/**