mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-22 21:45:56 +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);
|