mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-29 15:22:02 +03:00
chore: enable source map on production (#6731)
This commit is contained in:
parent
301d517892
commit
1d3c477c65
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user