mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 05:54:49 +03:00
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
const withOffline = require("next-offline");
|
|
|
|
const nextConfig = {
|
|
webpack5: true,
|
|
};
|
|
|
|
module.exports = withOffline(nextConfig);
|