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 });