1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed next module loading and undefined document

This commit is contained in:
Fedor Katurov 2022-01-13 10:45:01 +07:00
parent de999a0f1f
commit f964011af1
4 changed files with 19 additions and 1 deletions

5
next.config.js Normal file
View file

@ -0,0 +1,5 @@
const withTM = require('next-transpile-modules')(['ramda']);
module.exports = withTM({
/* Your Next.js config */
});