Skip to content

ceIia/lit-next-ssr

Repository files navigation

installing/running

npm install && npm run dev
yarn install && yarn dev
pnpm i && pnpm dev

updating @lit-labs/nextjs

/* packages/labs/nextjs/src/index.ts */

webpack: (config, options) => {
  config.module.rules.unshift({
    // ...
    test: /\/(pages|app)\/.*\.(?:jsx?|tsx?)$/,
    // ...
  });
};

→ i suggest you clone & setup the lit repo, make the change, and use your package manager to link to it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published