Fixed linebreak
This commit is contained in:
@@ -4,11 +4,11 @@ const runtimeCaching = require("next-pwa/cache");
|
||||
const { PHASE_DEVELOPMENT_SERVER } = require("next/constants");
|
||||
|
||||
module.exports = (phase, { defaultConfig }) => {
|
||||
// if (phase === PHASE_DEVELOPMENT_SERVER) {
|
||||
// return {
|
||||
// reactStrictMode: true,
|
||||
// };
|
||||
// }
|
||||
if (phase === PHASE_DEVELOPMENT_SERVER) {
|
||||
return {
|
||||
reactStrictMode: true,
|
||||
};
|
||||
}
|
||||
|
||||
return withPWA({
|
||||
reactStrictMode: true,
|
||||
|
Reference in New Issue
Block a user