Skip to content

Commit

Permalink
Sync with Lit monorepo (manual)
Browse files Browse the repository at this point in the history
Introduces fix: lit/lit#2300
  • Loading branch information
AndrewJakubowicz authored Dec 8, 2021
1 parent 3ffed2e commit 43c1dfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>

<html>
<head>
<meta charset="utf-8" />
<title>Lit Starter Kit</title>
</head>
<body>
<a href="/dev/index.html">Component Demo</a>
</body>
</html>
1 change: 0 additions & 1 deletion web-dev-server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if (!['dev', 'prod'].includes(mode)) {
export default {
nodeResolve: {exportConditions: mode === 'dev' ? ['development'] : []},
preserveSymlinks: true,
rootDir: 'docs',
plugins: [
legacyPlugin({
polyfills: {
Expand Down

0 comments on commit 43c1dfb

Please sign in to comment.