fix(storybook): react plugin sourcemap type (#14600)
Co-authored-by: Bashkim Isai <me@bashkim.com>
This commit is contained in:
parent
c212d54eeb
commit
c3de9fdd76
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user