2021-04-22 18:00:25 +03:00
|
|
|
const withOffline = require("next-offline");
|
|
|
|
|
2021-05-26 01:59:50 +03:00
|
|
|
const nextConfig = {
|
2021-08-23 22:56:57 +03:00
|
|
|
webpack5: true,
|
2021-05-26 01:59:50 +03:00
|
|
|
};
|
2021-04-22 18:00:25 +03:00
|
|
|
|
|
|
|
module.exports = withOffline(nextConfig);
|