storybookjs/vue-cli-plugin-storybook

How to use vue cli --modern when building/compiling storybook

PenAndPapers opened this issue · 0 comments

Hi everyone, I'm new to storybook. Recently I've found out that my storybook is not displaying in IE. I've found out that vue cli has the ability to support older browser by enabling the modern mode.

So my question is can I use the --modern flag when building storybook in order support older browsers? Or is there a better solution to support storybook in IE?