Update lit-starter-ts to lit-next
* Upgrades the source to work with lit-next * Aligns the linting and formatting rules/settings & ignores with the monorepo * Upgrades to the same version of typescript and tsconfig settings as the monorepo * Upgrades the test runner from karma to web-test-runner * Upgrades the dev server from es-dev-server to @web/dev-server
This commit is contained in:
@@ -2,8 +2,12 @@ const syntaxHighlight = require('@11ty/eleventy-plugin-syntaxhighlight');
|
||||
|
||||
module.exports = function (eleventyConfig) {
|
||||
eleventyConfig.addPlugin(syntaxHighlight);
|
||||
eleventyConfig.addPassthroughCopy("docs-src/docs.css");
|
||||
eleventyConfig.addPassthroughCopy("docs-src/.nojekyll");
|
||||
eleventyConfig.addPassthroughCopy('docs-src/docs.css');
|
||||
eleventyConfig.addPassthroughCopy('docs-src/.nojekyll');
|
||||
eleventyConfig.addPassthroughCopy(
|
||||
'node_modules/@webcomponents/webcomponentsjs'
|
||||
);
|
||||
eleventyConfig.addPassthroughCopy('node_modules/lit/polyfill-support.js');
|
||||
return {
|
||||
dir: {
|
||||
input: 'docs-src',
|
||||
|
||||
Reference in New Issue
Block a user