fix: plugin not found (#3415)

This commit is contained in:
Alex Yang
2023-07-27 05:56:59 -07:00
committed by GitHub
parent 39054a7c3d
commit 2980c1afac
5 changed files with 5 additions and 8 deletions

View File

@@ -106,7 +106,7 @@ export const createConfiguration: (
devtool:
buildFlags.mode === 'production'
? buildFlags.distribution === 'desktop'
? 'inline-cheap-source-map'
? 'nosources-source-map'
: 'source-map'
: 'eval-cheap-module-source-map',