mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
const withTM = require('next-transpile-modules')(['ramda']);
|
|
|
|
module.exports = withTM({
|
|
/* Your Next.js config */
|
|
});
|