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:
parent
de999a0f1f
commit
f964011af1
4 changed files with 19 additions and 1 deletions
5
next.config.js
Normal file
5
next.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const withTM = require('next-transpile-modules')(['ramda']);
|
||||
|
||||
module.exports = withTM({
|
||||
/* Your Next.js config */
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue