Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Angular storybookV5 doesn't work on IE11 #25

@avistheripper

Description

@avistheripper

When running 'npm run storybook' and opening the application on IE11, a syntax error occurs, linking to the code:
.storybook/config.js

callback: () => {
// apply the custom options
// setCustomOptions();
configure(require.context('../src', true, /.stories.ts$/), module);
}
After replacing the arrow function with es5 function error disappears but another one comes out pointing at button.component.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions