How to use the soya-next/server/next-config.createNextConfig function in soya-next

To help you get started, we’ve selected a few soya-next 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 traveloka / soya-next / examples / css-modules / next.config.js View on Github external
const { createNextConfig } = require('soya-next/server/next-config');

module.exports = createNextConfig();
github traveloka / soya-next / packages / soya-next-cli / templates / next.config.js View on Github external
const { createNextConfig } = require('soya-next/server/next-config');

module.exports = createNextConfig();
github traveloka / soya-next / examples / todomvc / next.config.js View on Github external
const { createNextConfig } = require('soya-next/server/next-config');

module.exports = createNextConfig();
github traveloka / soya-next / examples / css-modules-with-scss / next.config.js View on Github external
const { createNextConfig } = require('soya-next/server/next-config');

module.exports = createNextConfig();