fix: remove unused code

This commit is contained in:
himself65
2022-12-24 14:29:09 +08:00
parent aeb1357103
commit 1c3091ed8f
-5
View File
@@ -15,11 +15,6 @@ const nextConfig = {
COMMIT_HASH: getCommitHash(),
EDITOR_VERSION: dependencies['@blocksuite/editor']
},
webpack: (config) => {
config.resolve.alias.yjs = require.resolve('yjs')
// console.log(config)
return config
},
images: {
unoptimized: true,
},