@preconstruct/next

A Next.js plugin to work with preconstruct repos

Usage no npm install needed!

<script type="module">
  import preconstructNext from 'https://cdn.skypack.dev/@preconstruct/next';
</script>

README

@preconstruct/next

A Next.js plugin to make Next sites work with preconstruct dev.

Install

yarn add @preconstruct/next

Usage

Add the plugin to your next.config.js file.

const withPreconstruct = require("@preconstruct/next");

module.exports = withPreconstruct({ ...yourOwnConfig });