@turborepo/adapter-next

0.0.2 • Public • Published

@turborepo/adaper-next

An adapter to make Next.js work with Turborepo. For now, this is a pass thru to next-transpile-modules. In the future, this package will automate the need to specify dependencies, but for now, this is a manual task.

Install

yarn add @turborepo/adapter-next --dev

Usage

// next.config.js

module.exports = require('@turborepo/adapter-next')([
  // a list of packages that are used dependencies
  '@sample/dep',
  '@sample/dep-react',
  '@sample/dep-react-internal'
])()

Package Sidebar

Install

npm i @turborepo/adapter-next

Weekly Downloads

1

Version

0.0.2

License

BSL

Unpacked Size

1.19 kB

Total Files

4

Last publish

Collaborators

  • jaredpalmer