mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
update lit/esbuild
This commit is contained in:
@@ -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';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user