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

removed craco, updated next

This commit is contained in:
Fedor Katurov 2022-02-25 14:08:03 +07:00
parent 07b4874f69
commit 4d780758ce
4 changed files with 66 additions and 152 deletions

View file

@ -2,6 +2,7 @@
const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true',
});
const withTM = require('next-transpile-modules')(['ramda']);
module.exports = withBundleAnalyzer(