chore: enable source map on production (#6731)

This commit is contained in:
EYHN 2024-04-29 09:42:35 +00:00
parent 301d517892
commit 1d3c477c65
No known key found for this signature in database
GPG Key ID: 46C9E26A75AB276C

View File

@ -409,7 +409,6 @@ export const createConfiguration: (
} satisfies webpack.Configuration;
if (buildFlags.mode === 'production' && process.env.PERFSEE_TOKEN) {
config.devtool = 'hidden-nosources-source-map';
config.plugins.push(
new PerfseePlugin({
project: 'affine-toeverything',