Merge pull request #22 from DoctorDerek/enable-react-strict-mode
Enable React Strict Mode in next.config.js
This commit is contained in:
		| @@ -3,6 +3,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ | ||||
| }) | ||||
|  | ||||
| module.exports = withBundleAnalyzer({ | ||||
|   reactStrictMode: true, | ||||
|   pageExtensions: ['js', 'jsx', 'md', 'mdx'], | ||||
|   future: { | ||||
|     webpack5: true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user