mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 05:33:08 +03:00
fix: multiple yjs in debug local mode (#1276)
This commit is contained in:
parent
6c4def18a6
commit
ec5d8ca179
@ -84,6 +84,7 @@ const nextConfig = {
|
||||
test: /\.md$/i,
|
||||
loader: 'raw-loader',
|
||||
});
|
||||
config.resolve.alias['yjs'] = require.resolve('yjs');
|
||||
|
||||
if (!isServer && !dev) {
|
||||
config.devtool = 'hidden-nosources-source-map';
|
||||
|
Loading…
Reference in New Issue
Block a user