nextjs-template icon indicating copy to clipboard operation
nextjs-template copied to clipboard

A comprehensive Nextjs project template

Results 2 nextjs-template issues
Sort by recently updated
recently updated
newest added

When running `yarn dev` after install I get the following error: ``` (node:26864) UnhandledPromiseRejectionWarning: TypeError: extractedChunk.addGroup is not a function at chunks.forEach (nextjs-template/node_modules/extract-text-webpack-plugin/dist/index.js:217:28) at Array.forEach (:null:null) at compilation.hooks.optimizeTree.tapAsync (nextjs-template/node_modules/extract-text-webpack-plugin/dist/index.js:209:16) at...

While running **npm run dev** I'm getting the following error: ``` WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema....