AFFiNE/packages/app/next.config.js
Whitewater a942b8b9f1
Feat/bump (#55)
* chore: update dependencies

* fix: update block suite api

* chore: use strict mode

* chore: clean code
2022-10-26 11:52:46 +08:00

11 lines
273 B
JavaScript

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