How to use the next-compose-plugins.extend function in next-compose-plugins

To help you get started, we’ve selected a few next-compose-plugins examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github caviarjs / caviar / _design / NextBlock.js View on Github external
const createNextWithPlugins = config => config
  ? extend(config).withPlugins
  : withPlugins
github caviarjs / caviar / src / config-loader.js View on Github external
const createNextWithPlugins = config => config
  ? extend(config).withPlugins
  : withPlugins

next-compose-plugins

Provides a cleaner API for enabling and configuring plugins for next.js

MIT
Latest version published 3 years ago

Package Health Score

61 / 100
Full package analysis