Skip to content

Commit 475da7c

Browse files
committed
Ignore invalid babel option type
1 parent 61e84a2 commit 475da7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/dev-server-storybook/src/build/rollup/createRollupConfig.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export function createRollupConfig(params: CreateRollupConfigParams): RollupOpti
5555
extensions: [...DEFAULT_EXTENSIONS, 'md', 'mdx'],
5656
exclude: `${prebuiltDir}/**`,
5757
sourceMaps: true,
58+
// @ts-ignore The provided types are wrong. See https://babeljs.io/docs/options#inputsourcemap
5859
inputSourceMap: false,
5960
presets: [
6061
[

0 commit comments

Comments
 (0)