Skip to content

Commit 4fbb1d7

Browse files
committedMay 13, 2020
Fixed broken docs
1 parent 3f0956f commit 4fbb1d7

File tree

6 files changed

+165
-297
lines changed

6 files changed

+165
-297
lines changed
 

‎.storybook/preview.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ addParameters({
3232
{ name: 'light-green', value: '#cdf4ee'}
3333
],
3434
docs: {
35+
inlineStories: true,
3536
container: DocsContainer,
3637
page: DocsPage,
3738
}

‎babel.config.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// eslint-disable-next-line no-undef
22
module.exports = {
3-
presets: [
3+
presets: [[
44
'@vue/app',
5-
// {
6-
// /* Disabled due to clash between core-js versions in Storybook / Vue CLI */
7-
// useBuiltIns: false,
8-
// /* Disabled due to clash with Storybook MDX */
9-
// jsx: false
10-
// }
11-
]
5+
{
6+
/* Disabled due to clash between core-js versions in Storybook / Vue CLI */
7+
useBuiltIns: false,
8+
/* Disabled due to clash with Storybook MDX */
9+
jsx: false
10+
}
11+
]]
1212
};

0 commit comments

Comments
 (0)
Please sign in to comment.