nextjs-template
nextjs-template copied to clipboard
A comprehensive Nextjs project template
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....