committed by
GitHub
parent
3ffed2e267
commit
43c1dfb1c9
11
index.html
Normal file
11
index.html
Normal file
@@ -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>
|
||||
@@ -14,7 +14,6 @@ if (!['dev', 'prod'].includes(mode)) {
|
||||
export default {
|
||||
nodeResolve: {exportConditions: mode === 'dev' ? ['development'] : []},
|
||||
preserveSymlinks: true,
|
||||
rootDir: 'docs',
|
||||
plugins: [
|
||||
legacyPlugin({
|
||||
polyfills: {
|
||||
|
||||
Reference in New Issue
Block a user