chore: bump version (#4272)

This commit is contained in:
Alex Yang
2023-09-07 16:21:47 -07:00
committed by GitHub
parent 544dcde4c5
commit 211e960d58
20 changed files with 189 additions and 227 deletions

View File

@@ -225,11 +225,8 @@ export const createConfiguration: (
{
loader: require.resolve('source-map-loader'),
options: {
filterSourceMappingUrl: (
_url: string,
resourcePath: string
) => {
return resourcePath.includes('@blocksuite');
filterSourceMappingUrl: (_url: string) => {
return false;
},
},
},