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:
parent
07b4874f69
commit
4d780758ce
4 changed files with 66 additions and 152 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue