fix(storybook): react plugin sourcemap type (#14600)

Co-authored-by: Bashkim Isai <me@bashkim.com>
This commit is contained in:
Katerina Skroumpelou 2023-01-25 17:43:25 +02:00 committed by GitHub
parent c212d54eeb
commit c3de9fdd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,12 +85,7 @@ export const webpack = async (
projectRoot: '',
sourceRoot: '',
fileReplacements: [],
sourceMap: {
hidden: false,
scripts: true,
styles: true,
vendors: false,
},
sourceMap: true,
styles: options.styles ?? [],
optimization: {},
tsConfig: tsconfigPath,