AFFiNE/packages/app/next.config.js
alt0 88c8a408b5 feat: module resolve
feat: module resolve

fix: logger repository

fix: module resolve

chore: add workflow for module resolve

chore: update workflow env

chore: update workflow install

chore: update workflow env for npm token

chore: test docker

chore: update workflow env
2022-10-19 17:53:10 +08:00

11 lines
274 B
JavaScript

const withTM = require('next-transpile-modules')(['@toeverything/pathfinder-logger']);
/** @type {import('next').NextConfig} */
const nextConfig = withTM({
productionBrowserSourceMaps: true,
reactStrictMode: false,
swcMinify: false,
});
module.exports = nextConfig;